Skip to content

Commit ac7fa92

Browse files
authored
Merge pull request #599 from jolicode/release-0-22
Release v0.22.0
2 parents 2707a54 + 0849c4c commit ac7fa92

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Not released yet
44

5+
## 0.22.0 (2024-12-30)
6+
57
### Features
68

79
* Add `encrypt_with_password()`, `decrypt_with_password()`,

src/Console/Application.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
class Application extends SymfonyApplication
2323
{
2424
public const NAME = 'castor';
25-
public const VERSION = 'v0.21.0';
25+
public const VERSION = 'v0.22.0';
2626

2727
private Command $command;
2828

0 commit comments

Comments
 (0)