Skip to content

Commit

Permalink
chore(release): cut apollo version 1.4.3 ## [1.4.3](v1.4.2...v1.4.3) …
Browse files Browse the repository at this point in the history
…(2024-08-26)

### Bug Fixes

* upgrade elliptic dependency ([#191](#191)) ([9ecdbdd](9ecdbdd))

Signed-off-by: Hyperledger Bot <[email protected]>
  • Loading branch information
hyperledger-bot committed Aug 26, 2024
1 parent 9ecdbdd commit 2b4a59b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.4.3](https://github.com/hyperledger/identus-apollo/compare/v1.4.2...v1.4.3) (2024-08-26)


### Bug Fixes

* upgrade elliptic dependency ([#191](https://github.com/hyperledger/identus-apollo/issues/191)) ([9ecdbdd](https://github.com/hyperledger/identus-apollo/commit/9ecdbdd9b942ffbdb837c1ffc42ddb793b178461))

## [1.4.2](https://github.com/hyperledger/identus-apollo/compare/v1.4.1...v1.4.2) (2024-08-07)


Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ let package = Package(
// RELEASE
.binaryTarget(
name: "ApolloBinary",
url: "https://github.com/hyperledger/identus-apollo/releases/download/v1.4.2/Apollo.xcframework.zip",
checksum: "88781b9db9b1b5b737f706d25bc866364214b488f343124b6b104f416c7a7525"
url: "https://github.com/hyperledger/identus-apollo/releases/download/v1.4.3/Apollo.xcframework.zip",
checksum: "2632c90ecfabc83a84017c7bff2982ad009240397086306db032d9d556b1c7f8"
)
]
)
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 1.4.2
version = 1.4.3
org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M"
kotlin.code.style = official
android.useAndroidX = true
Expand Down

0 comments on commit 2b4a59b

Please sign in to comment.