Skip to content

Commit

Permalink
v6.0.0 (#140)
Browse files Browse the repository at this point in the history
* Increment version

* Update CHANGELOG.md
  • Loading branch information
dolanbernard authored Dec 7, 2023
1 parent acd688b commit 04c16ca
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [6.0.0] - 2023-12-01

### Changed
- Attestation now uses DCAP instead of EPID on supported network versions
- Deprecated `Verifier` API in favor of `TrustedIdentity`

### Upgrading
- Replace deprecated `Verifier` configuration code with new `TrustedIdentity`

## [5.0.1] - 2023-10-02

### Changed
Expand Down
2 changes: 1 addition & 1 deletion android-sdk/publish.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apply plugin: 'maven-publish'

version '6.0.0-pre1'
version '6.0.0'
group 'com.mobilecoin'

Properties properties = new Properties()
Expand Down
2 changes: 1 addition & 1 deletion android-sdk/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ versions.network = network_versions

// JNI
def jni_versions = [:]
jni_versions.mobilecoin = '6.0.0-pre1'
jni_versions.mobilecoin = '6.0.0'
versions.jni = jni_versions

// Testing
Expand Down

0 comments on commit 04c16ca

Please sign in to comment.