We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 069afe5 commit b59d022Copy full SHA for b59d022
CHANGELOG.md
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## [v0.1.1] - 2025-06-14
8
+
9
+### Added
10
+- Added #[SensitiveParameter] attribute to enhance security for password and secret parameters
11
12
+### Changed
13
+- Enhanced type safety by making DTOs readonly
14
+- Updated documentation in README for clearer usage instructions
15
+- Added libsodium suggestion in composer.json for improved cryptographic operations (required for EdDSA support)
16
17
## [v0.1.0] - 2025-06-13
18
19
### Added
0 commit comments