Skip to content

Commit

Permalink
chore(release): cut apollo version 1.2.0
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.1...v1.2.0) (2023-11-30)

### Bug Fixes

* ci swift package ([#118](#118)) ([e13b9ca](e13b9ca))

### Features

* Reorganise Apollo ([#116](#116)) ([6b8299b](6b8299b))
  • Loading branch information
atala-dev authored and hamada147 committed May 20, 2024
1 parent 54cffcb commit b8e47b8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.2.0](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.1.1...v1.2.0) (2023-11-30)


### Bug Fixes

* ci swift package ([#118](https://github.com/input-output-hk/atala-prism-apollo/issues/118)) ([e13b9ca](https://github.com/input-output-hk/atala-prism-apollo/commit/e13b9caa9ee0c364bfa1c889e44b0561af55abb4))


### Features

* Reorganise Apollo ([#116](https://github.com/input-output-hk/atala-prism-apollo/issues/116)) ([6b8299b](https://github.com/input-output-hk/atala-prism-apollo/commit/6b8299bde9f653f261e103e4dc739d92482c9f08))

## [1.1.1](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.1.0...v1.1.1) (2023-11-21)


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/1.0.15/Apollo.xcframework.zip",
checksum: "ef5242b354dfa922576061da1830ae3037c9ba4a26aeed1c84ce13380bd49fb7"
url: "https://github.com/input-output-hk/atala-prism-apollo/releases/download/1.2.0/Apollo.xcframework.zip",
checksum: ""
)
]
)
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 1.1.1
version = 1.2.0
org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M"
kotlin.code.style = official
android.useAndroidX = true
Expand All @@ -7,4 +7,4 @@ kotlin.native.cacheKind.iosSimulatorArm64 = none
kotlin.native.cacheKind.iosX64 = none
kotlin.native.cacheKind.iosArm64 = none
kotlin.native.cacheKind.macosArm64 = none
kotlin.mpp.androidSourceSetLayoutVersion1.nowarn=true
kotlin.mpp.androidSourceSetLayoutVersion1.nowarn = true

0 comments on commit b8e47b8

Please sign in to comment.