aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-11-04 21:59:06 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2024-11-04 21:59:06 -0500
commitd44de588fc5e672a2c5e687cfec58173a495ee7c (patch)
tree01054207435bb14310751f5b8de465da2986ee72 /CHANGELOG.md
parent7a01c636f60a706f4eda2ad0e56afeffd22d30d1 (diff)
update dependencies and changelog for release
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md15
1 files changed, 12 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5f719b0..cfddbf2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,13 +10,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- C# .NET 8.0 library wrapper for noscrypt
- Full NIP44 vector testing for encryption
-- Valgrind memory checking during unit testing
-- Added CI testing for Windows and Linux deployments
+
+## [0.1.6]
+
+### Added
- Security policy for the module
+- Valgrind memory checking during unit testing
+- Added fully automated integration testing for Windows and Linux deployments
### Fixed
- [#9](https://www.vaughnnugent.com/resources/software/modules/noscrypt-issues?id=53) - Convert all OpenSSL apis to use the EVP api and unify it's usage. Also fixes some detected memory leaks that were undocumented.
+### Changed
+- Updated OpenSSL to v3.4.0
+- Updated MbedTLS to v3.6.2
+
## [0.1.5]
### Added
@@ -83,7 +91,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.5...HEAD
+[unreleased]: https://github.com/VnUgE/noscrypt/compare/v0.1.6...HEAD
+[0.1.6]: https://github.com/VnUgE/noscrypt/compare/v0.1.5...v0.1.6
[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