Skip to content

Commit

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

### Bug Fixes

* base64 attachments and http correct request headers ([#85](#85)) ([ad223b9](ad223b9))
* delete unwanted comment from README.md ([#84](#84)) ([47e4a0a](47e4a0a))
* make forward message and its body non internal ([#82](#82)) ([ae2caa8](ae2caa8))

### Features

* Update README.md ([#83](#83)) ([df70182](df70182))
  • Loading branch information
atala-dev committed Jul 26, 2023
1 parent ad223b9 commit 2f76da5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [2.1.0](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/compare/v2.0.2...v2.1.0) (2023-07-26)


### Bug Fixes

* base64 attachments and http correct request headers ([#85](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/issues/85)) ([ad223b9](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/commit/ad223b9914836a46127d4e6db66d94d57b9c1076))
* delete unwanted comment from README.md ([#84](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/issues/84)) ([47e4a0a](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/commit/47e4a0a05d72a0c23b691d396e3b344b7bb49d02))
* make forward message and its body non internal ([#82](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/issues/82)) ([ae2caa8](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/commit/ae2caa80de37133a7c3bb3ba59f20ab414eca7e9))


### Features

* Update README.md ([#83](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/issues/83)) ([df70182](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/commit/df701825c3565eda0477fdb3cef2d189b0fa4436))

## [2.0.2](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/compare/v2.0.1...v2.0.2) (2023-06-27)


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.0.2
version = 2.1.0
org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M"
kotlin.code.style = official
android.useAndroidX = true
Expand Down

0 comments on commit 2f76da5

Please sign in to comment.