Skip to content

Commit 3b3e604

Browse files
committed
chore(release): cut apollo version 1.3.5
## [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))
1 parent 367dd1a commit 3b3e604

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.3.5](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.3.4...v1.3.5) (2024-06-10)
2+
3+
4+
### Bug Fixes
5+
6+
* 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))
7+
* 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))
8+
19
## [1.3.4](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.3.3...v1.3.4) (2024-05-28)
210

311

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ let package = Package(
2323
// RELEASE
2424
.binaryTarget(
2525
name: "ApolloBinary",
26-
url: "https://github.com/input-output-hk/atala-prism-apollo/releases/download/v1.3.4/Apollo.xcframework.zip",
27-
checksum: "290d9221c69229a85bd9a5567d6ca29b3ac07f3e6e1bec98490ca873a4b6ef84"
26+
url: "https://github.com/input-output-hk/atala-prism-apollo/releases/download/v1.3.5/Apollo.xcframework.zip",
27+
checksum: "cd1be90019a8e7f4f1ed62bd412f673d45bdbba699a7ece504e139b07b5cb49a"
2828
)
2929
]
3030
)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 1.3.4
1+
version = 1.3.5
22
org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M"
33
kotlin.code.style = official
44
android.useAndroidX = true

0 commit comments

Comments
 (0)