Skip to content

Commit

Permalink
Merge pull request #63 from momentohq/release-please--branches--main-…
Browse files Browse the repository at this point in the history
…-components--client-sdk-kotlin

chore(main): release 0.2.0
  • Loading branch information
nand4011 authored Jul 10, 2024
2 parents 89a795d + ad6b04e commit fa08755
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.2.0](https://github.com/momentohq/client-sdk-kotlin/compare/v0.1.3...v0.2.0) (2024-07-10)


### Features

* add runtime version metadata to the first Momento call ([082564e](https://github.com/momentohq/client-sdk-kotlin/commit/082564e6e2c716ac62fc2fc98523e0e2aab5b7fd))


### Bug Fixes

* switch android github build to ubuntu ([a1c7ac9](https://github.com/momentohq/client-sdk-kotlin/commit/a1c7ac9715b63bca5b1a981d32b500ca4dcc2fc4))


### Miscellaneous

* add examples for documentation ([fb53346](https://github.com/momentohq/client-sdk-kotlin/commit/fb53346334269b539c04c68f321cdbbe378342bf))
* add link to examples and the Kotlin docs page ([4e1053d](https://github.com/momentohq/client-sdk-kotlin/commit/4e1053d29d4befaefab3ae15685464cb307d755c))
* **main:** release 0.1.4-SNAPSHOT ([6d768fd](https://github.com/momentohq/client-sdk-kotlin/commit/6d768fd913850de8037659c2334a2095454adc4f))

## [0.1.3](https://github.com/momentohq/client-sdk-kotlin/compare/v0.1.2...v0.1.3) (2024-01-12)


Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {

group = "software.momento.kotlin"
// x-release-please-start-version
version = "0.1.4-SNAPSHOT"
version = "0.2.0"
// x-release-please-end

repositories {
Expand Down

0 comments on commit fa08755

Please sign in to comment.