Skip to content

Commit

Permalink
chore(release): cut apollo version 1.2.15
Browse files Browse the repository at this point in the history
## [1.2.15](v1.2.14...v1.2.15) (2024-05-07)

### Bug Fixes

* npm package not being published automatically on CI pipeline. ([#156](#156)) ([aaa7a65](aaa7a65))
* some platforms were missing the signature normalisation ([#155](#155)) ([972255d](972255d))
  • Loading branch information
atala-dev committed May 7, 2024
1 parent aaa7a65 commit f87eeea
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.2.15](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.14...v1.2.15) (2024-05-07)


### Bug Fixes

* npm package not being published automatically on CI pipeline. ([#156](https://github.com/input-output-hk/atala-prism-apollo/issues/156)) ([aaa7a65](https://github.com/input-output-hk/atala-prism-apollo/commit/aaa7a65e2d2ccd2979e75f621786ea99be310bf8))
* some platforms were missing the signature normalisation ([#155](https://github.com/input-output-hk/atala-prism-apollo/issues/155)) ([972255d](https://github.com/input-output-hk/atala-prism-apollo/commit/972255d2f0d1edc569265b73c8f05a6be57e4308))

## [1.2.14](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.13...v1.2.14) (2024-04-12)


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.2.14/Apollo.xcframework.zip",
checksum: "c461be82a5b9ea14df0d5e0078988d9c25065807f2a251bb84ff37bb395fcdce"
url: "https://github.com/input-output-hk/atala-prism-apollo/releases/download/v1.2.15/Apollo.xcframework.zip",
checksum: "322ae930c8882032fa325ac280cb09d2872e655095d8cace55dcabdf7e2de107"
)
]
)
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 1.2.14
version = 1.2.15
org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M"
kotlin.code.style = official
android.useAndroidX = true
Expand Down

0 comments on commit f87eeea

Please sign in to comment.