Skip to content

Commit

Permalink
chore: Version Bump (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
seebees authored Oct 18, 2023
1 parent bc21551 commit 7e42029
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = "software.amazon.cryptography"
version = "1.0.1"
version = "1.0.2"
description = "AWS Cryptographic Material Providers Library"

java {
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 1.0.2 (2023-10-18)

### Bug Fixes

* CmpError must return custom error message (#118) (86abacc)
* Deafult entryPruningTailSize (#93) (0344e9f)
* Fix brittle concurrent test (#105) (#60) (c043162)
* fix typo in encryption materials validation (cd6b0aa), closes #84
* fix typo in encryption materials validation (89a234c)
* Forward the underlying error (#90) (bc21551)

## 1.0.1 2023-07-26

### Fix
Expand Down

0 comments on commit 7e42029

Please sign in to comment.