Skip to content

Commit

Permalink
v1.2.2.4 (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Voloshyn committed Aug 25, 2022
1 parent 17eea53 commit 621e087
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,24 @@ 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).

## [1.2.2.3] - 2022-08-22
## [1.2.2.4] - 2022-08-24

### Changed

- Balance checking algorithm performance improvements

### Fixes

- Query size calculation in `DefaultFogQueryScalingStrategy`

### Upgrading

No code changes are *required* to upgrade from 1.2.2.3 to 1.2.2.4

## [1.2.2.3] - 2022-08-22

### Added

- Added `getTransactionStatusQuick` to `MobileCoinClient`

### Upgrading
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 '1.2.2.3'
version '1.2.2.4'
group 'com.mobilecoin'

Properties properties = new Properties()
Expand Down

0 comments on commit 621e087

Please sign in to comment.