Skip to content

Commit

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

### Features

* **mnemonic:** js doesnt handle List and swift doesnt handle Array this is the solution ([#105](#105)) ([e65e0f0](e65e0f0))
  • Loading branch information
atala-dev committed Nov 13, 2023
1 parent d8ab651 commit 8b2429d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.1.0](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.0.3...v1.1.0) (2023-11-13)


### Features

* **mnemonic:** js doesnt handle List and swift doesnt handle Array this is the solution ([#105](https://github.com/input-output-hk/atala-prism-apollo/issues/105)) ([e65e0f0](https://github.com/input-output-hk/atala-prism-apollo/commit/e65e0f0b93169ef1cf0b08f73aa1f74ade525113))

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

0 comments on commit 8b2429d

Please sign in to comment.