Skip to content

Commit

Permalink
prepare version 0.2.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Petre Eftime <[email protected]>
  • Loading branch information
Petre Eftime authored and petreeftime committed Apr 20, 2022
1 parent fda5d5f commit 9ecb83d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# 0.2.1

Features:
* kmstool-enclave: allow endpoint configuration
* kms: add host_name override for endpoint.
* rest: add user-agent string

Fixes:
* kms: allow unknown fields in KMS response

Updates:
* update aws-nitro-enclaves-nsm-api
* containers: update rust version
* update dependencies
* deps: update aws-lc to v1.0.2

Docs:
* Add "Security Issue Notifications" section to README
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ execute_process(COMMAND git describe
OUTPUT_STRIP_TRAILING_WHITESPACE
OUTPUT_VARIABLE VERSION)
if ("${VERSION}" STREQUAL "")
set(VERSION "v0.2.0-unknown")
set(VERSION "v0.2.1-unknown")
endif()
message(STATUS "Version=" ${VERSION})
add_definitions(-DVERSION="${VERSION}")
Expand Down

0 comments on commit 9ecb83d

Please sign in to comment.