Skip to content

Commit e4c383d

Browse files
committed
docs(changelog): add 0.4.0 release notes
1 parent e888360 commit e4c383d

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
# Changelog
22

33
## [Unreleased]
4+
5+
## [0.4.0] - 2025-09-06
46
### Added
5-
- Base64 and Base32 encoding/decoding utilities with secure_buffer overloads.
7+
- Base32 (RFC 4648), Base64, and Base36 encoding/decoding utilities.
8+
- `secure_buffer<T>` zeroizing container and helpers (page locking, secret_string).
9+
- Expanded HOTP/TOTP test coverage.
10+
11+
### Changed
12+
- CMake install exports new headers.
13+
- README updated.
14+
15+
### Notes
16+
- Breaking changes: none (public API only extended).
617

718
## [0.3.0] - 2025-09-05
819
### Added

0 commit comments

Comments
 (0)