Skip to content

Commit

Permalink
Prepare version 0.16.1.
Browse files Browse the repository at this point in the history
Signed-off-by: Kenneth J. Shackleton <[email protected]>
  • Loading branch information
kennethshackleton committed Jun 5, 2022
1 parent 00cb9bc commit a61f9de
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Change Log
==========

## Version 0.16.1

### Fixes

* Friendlier Java APIs.
* Prefer `Files.createTempFile` when unpacking native libraries from the JAR in the JVM.

### Dependencies

* LiveData 2.4.1.
* Mockito 4.6.1.
* NDK 24.0.8215888.
* Robolectric 4.8.1.
* Room 2.4.2.

## Version 0.16.0

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
selekt.versionName=0.16.0
selekt.versionName=0.16.1
selekt.nextVersionName=0.17.0

openssl.version=1.1.1
Expand Down

0 comments on commit a61f9de

Please sign in to comment.