Skip to content

Commit

Permalink
chore(release): cut wallet sdk version 2.1.1
Browse files Browse the repository at this point in the history
## [2.1.1](v2.1.0...v2.1.1) (2023-07-27)

### Bug Fixes

* message model id generates a duplicity issue ([#86](#86)) ([f00b53a](f00b53a))
* override received message if already exists ([#87](#87)) ([7cac37c](7cac37c))
  • Loading branch information
atala-dev committed Jul 27, 2023
1 parent 7cac37c commit 566d864
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.1.1](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/compare/v2.1.0...v2.1.1) (2023-07-27)


### Bug Fixes

* message model id generates a duplicity issue ([#86](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/issues/86)) ([f00b53a](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/commit/f00b53a5a14f5c8026ca18fbf4b984e13e361f43))
* override received message if already exists ([#87](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/issues/87)) ([7cac37c](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/commit/7cac37c1b39328d1ed5ed52f492e4fb316000908))

# [2.1.0](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/compare/v2.0.2...v2.1.0) (2023-07-26)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 2.1.0
version = 2.1.1
org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M"
kotlin.code.style = official
android.useAndroidX = true
Expand Down

0 comments on commit 566d864

Please sign in to comment.