From d5235f583cc984bf0a36f01aac80ca21ee712e3a Mon Sep 17 00:00:00 2001 From: vnugent Date: Fri, 6 Sep 2024 21:44:09 -0400 Subject: update changelog for v0.1.5 --- CHANGELOG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e519972..563b347 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,12 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - C# .NET 8.0 library wrapper for noscrypt -- NIP44 vector testing for encryption +- Full NIP44 vector testing for encryption + +## [0.1.5] + +### Added - `NCUtilContextAlloc()` and `NCUtilContextFree()` utilities for dynamic library context allocation ### Changed - Public and Secret key structure definition names have been correctly namespaced __(no breaking changes)__ - + ## [0.1.4] ### Fixed @@ -73,7 +77,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - NCContext structure defintion. - Internal headers from the public include directory. -[unreleased]: https://github.com/VnUgE/noscrypt/compare/v0.1.4...HEAD +[unreleased]: https://github.com/VnUgE/noscrypt/compare/v0.1.5...HEAD +[0.1.5]: https://github.com/VnUgE/noscrypt/compare/v0.1.4...v0.1.5 [0.1.4]: https://github.com/VnUgE/noscrypt/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/VnUgE/noscrypt/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/VnUgE/noscrypt/compare/v0.1.1...v0.1.2 -- cgit