Skip to content

Commit

Permalink
chore(release): cut apollo version 1.3.5
Browse files Browse the repository at this point in the history
## [1.3.5](v1.3.4...v1.3.5) (2024-06-10)

### Bug Fixes

* Removed references to Atala in docs and variables referred to by docs ([#172](#172)) ([ef2ae86](ef2ae86))
* update usage of the bip32ed25519 wrapper. ([#174](#174)) ([d1ee804](d1ee804))
  • Loading branch information
atala-dev committed Jun 10, 2024
1 parent 367dd1a commit 3b3e604
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.3.5](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.3.4...v1.3.5) (2024-06-10)


### Bug Fixes

* Removed references to Atala in docs and variables referred to by docs ([#172](https://github.com/input-output-hk/atala-prism-apollo/issues/172)) ([ef2ae86](https://github.com/input-output-hk/atala-prism-apollo/commit/ef2ae866a85afedd30fda2192bc4519bd403acfa))
* update usage of the bip32ed25519 wrapper. ([#174](https://github.com/input-output-hk/atala-prism-apollo/issues/174)) ([d1ee804](https://github.com/input-output-hk/atala-prism-apollo/commit/d1ee804aa314861e879a576a05426bb98ee2752b))

## [1.3.4](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.3.3...v1.3.4) (2024-05-28)


Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ let package = Package(
// RELEASE
.binaryTarget(
name: "ApolloBinary",
url: "https://github.com/input-output-hk/atala-prism-apollo/releases/download/v1.3.4/Apollo.xcframework.zip",
checksum: "290d9221c69229a85bd9a5567d6ca29b3ac07f3e6e1bec98490ca873a4b6ef84"
url: "https://github.com/input-output-hk/atala-prism-apollo/releases/download/v1.3.5/Apollo.xcframework.zip",
checksum: "cd1be90019a8e7f4f1ed62bd412f673d45bdbba699a7ece504e139b07b5cb49a"
)
]
)
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 1.3.4
version = 1.3.5
org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M"
kotlin.code.style = official
android.useAndroidX = true
Expand Down

0 comments on commit 3b3e604

Please sign in to comment.