Skip to content

Commit

Permalink
Merge pull request #599 from jolicode/release-0-22
Browse files Browse the repository at this point in the history
Release v0.22.0
  • Loading branch information
pyrech authored Dec 30, 2024
2 parents 2707a54 + 0849c4c commit ac7fa92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Not released yet

## 0.22.0 (2024-12-30)

### Features

* Add `encrypt_with_password()`, `decrypt_with_password()`,
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
class Application extends SymfonyApplication
{
public const NAME = 'castor';
public const VERSION = 'v0.21.0';
public const VERSION = 'v0.22.0';

private Command $command;

Expand Down

0 comments on commit ac7fa92

Please sign in to comment.