Skip to content

Commit

Permalink
Update changelog and dependencies (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
dolanbernard authored Apr 7, 2023
1 parent 76c0912 commit ade3048
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 6 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ 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).

## [4.1.0] - 2023-04-06

### Added
- Javadoc
- Sources
- versionedCryptoBoxEncrypt
- protoc plugin for generating HTTP APIs
- Added more logging statements to critical areas of code

### Changed
- Updated bindings to version 4.1.0
- HTTP APIs are now auto-generated using a protoc plugin
- Various logging statements have been improved
- AccountKey sub-keys are exposed via getters
- Dependency updates

### Upgrading

No code changes are *required* to upgrade from 4.0.0.1 to 4.1.0

## [4.0.0.1] - 2023-02-10

### Added
Expand Down
12 changes: 6 additions & 6 deletions android-sdk/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,22 @@ versions.android = android_versions

// Network
def network_versions = [:]
network_versions.grpc = '1.52.1'
network_versions.grpc = '1.54.0'
network_versions.protobuf = '3.22.0'
versions.network = network_versions

// JNI
def jni_versions = [:]
jni_versions.mobilecoin = '4.0.0.1'
jni_versions.mobilecoin = '4.1.0'
versions.jni = jni_versions

// Testing
def testing_versions = [:]
testing_versions.junit = '4.13.2'
testing_versions.mockito = '3.9.0'
testing_versions.core = '1.4.0'
testing_versions.ext_junit = '1.1.3'
testing_versions.espresso_core = '3.4.0'
testing_versions.mockito = '5.2.0'
testing_versions.core = '1.5.0'
testing_versions.ext_junit = '1.1.5'
testing_versions.espresso_core = '3.5.1'
testing_versions.support_rules = '1.0.2'
testing_versions.okhttp3 = '4.10.0'
testing_versions.robolectric = '4.8'
Expand Down

0 comments on commit ade3048

Please sign in to comment.