Skip to content

Commit

Permalink
chore(main): release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
momento-github-actions-machine-user committed May 13, 2024
1 parent 348e9b7 commit 581a3f5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.1.4](https://github.com/momentohq/client-sdk-kotlin/compare/v0.1.3...v0.1.4) (2024-05-13)


### 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.1.4"
// x-release-please-end

repositories {
Expand Down

0 comments on commit 581a3f5

Please sign in to comment.