Skip to content

Commit

Permalink
Release 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurty committed Mar 1, 2023
1 parent f709d47 commit f09d825
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ system, you must also run the `--upgrade` command in each repository:
$ transcrypt --upgrade
```

## [Unreleased]
## [2.2.2] - 2023-03-01

### Changed

Expand Down Expand Up @@ -283,7 +283,8 @@ Since the v0.9.7 release, these are the notable improvements made to transcrypt:

## [0.9.4] - 2014-03-03

[unreleased]: https://github.com/elasticdog/transcrypt/compare/v2.2.1...HEAD
[unreleased]: https://github.com/elasticdog/transcrypt/compare/v2.2.2...HEAD
[2.2.2]: https://github.com/elasticdog/transcrypt/compare/v2.2.1...v2.2.2
[2.2.1]: https://github.com/elasticdog/transcrypt/compare/v2.2.0...v2.2.1
[2.2.0]: https://github.com/elasticdog/transcrypt/compare/v2.1.0...v2.2.0
[2.1.0]: https://github.com/elasticdog/transcrypt/compare/v2.0.0...v2.1.0
Expand Down
2 changes: 1 addition & 1 deletion transcrypt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ set -euo pipefail
##### CONSTANTS

# the release version of this script
readonly VERSION='2.2.1'
readonly VERSION='2.2.2'

# the default cipher to utilize
readonly DEFAULT_CIPHER='aes-256-cbc'
Expand Down

0 comments on commit f09d825

Please sign in to comment.