Skip to content

Commit

Permalink
chore(release): cut apollo version 1.1.1
Browse files Browse the repository at this point in the history
## [1.1.1](v1.1.0...v1.1.1) (2023-11-21)

### Bug Fixes

* add ec pub key validation checks ([#112](#112)) ([023beb7](023beb7))
* Base32 re-implemented as per RFC-4648 ([#111](#111)) ([4170ac1](4170ac1))
* Update npm configuration for npmjs repository ([#114](#114)) ([c8a0ca4](c8a0ca4))
  • Loading branch information
atala-dev authored and hamada147 committed May 20, 2024
1 parent edee1d6 commit f31928d
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,3 +1,12 @@
## [1.1.1](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.1.0...v1.1.1) (2023-11-21)


### Bug Fixes

* add ec pub key validation checks ([#112](https://github.com/input-output-hk/atala-prism-apollo/issues/112)) ([023beb7](https://github.com/input-output-hk/atala-prism-apollo/commit/023beb78d6dba1bd70a9d60a711c86ef7c6a251a))
* Base32 re-implemented as per RFC-4648 ([#111](https://github.com/input-output-hk/atala-prism-apollo/issues/111)) ([4170ac1](https://github.com/input-output-hk/atala-prism-apollo/commit/4170ac10def15fad8281777e285929bf3623517e))
* Update npm configuration for npmjs repository ([#114](https://github.com/input-output-hk/atala-prism-apollo/issues/114)) ([c8a0ca4](https://github.com/input-output-hk/atala-prism-apollo/commit/c8a0ca4d0bd752ffb94e6300f3f72fa71ab29e32))

# [1.1.0](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.0.3...v1.1.0) (2023-11-13)


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

0 comments on commit f31928d

Please sign in to comment.