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.
2 parents 7ec2797 + 0836902 commit bcbab6fCopy full SHA for bcbab6f
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.0.1](https://github.com/geekcell/sodium-bundle/compare/v1.0.0...v1.0.1) (2023-04-06)
4
+
5
6
+### Bug Fixes
7
8
+* Update `sodium:generate-keys` command to properly generate keys. ([49a307c](https://github.com/geekcell/sodium-bundle/commit/49a307c5e64f290b9f18bfcd2ac13d31af5e660b))
9
10
## 1.0.0 (2023-04-06)
11
12
composer.json
@@ -3,7 +3,7 @@
"description": "A Symfony bundle to interact with PHP's Sodium extension",
"type": "symfony-bundle",
"license": "MIT",
- "version": "1.0.0",
+ "version": "1.0.1",
"authors": [
{
"name": "Pascal Cremer",
0 commit comments