Skip to content

Commit f09d825

Browse files
committed
Release 2.2.2
1 parent f709d47 commit f09d825

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ system, you must also run the `--upgrade` command in each repository:
3232
$ transcrypt --upgrade
3333
```
3434

35-
## [Unreleased]
35+
## [2.2.2] - 2023-03-01
3636

3737
### Changed
3838

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

284284
## [0.9.4] - 2014-03-03
285285

286-
[unreleased]: https://github.com/elasticdog/transcrypt/compare/v2.2.1...HEAD
286+
[unreleased]: https://github.com/elasticdog/transcrypt/compare/v2.2.2...HEAD
287+
[2.2.2]: https://github.com/elasticdog/transcrypt/compare/v2.2.1...v2.2.2
287288
[2.2.1]: https://github.com/elasticdog/transcrypt/compare/v2.2.0...v2.2.1
288289
[2.2.0]: https://github.com/elasticdog/transcrypt/compare/v2.1.0...v2.2.0
289290
[2.1.0]: https://github.com/elasticdog/transcrypt/compare/v2.0.0...v2.1.0

transcrypt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ set -euo pipefail
1616
##### CONSTANTS
1717

1818
# the release version of this script
19-
readonly VERSION='2.2.1'
19+
readonly VERSION='2.2.2'
2020

2121
# the default cipher to utilize
2222
readonly DEFAULT_CIPHER='aes-256-cbc'

0 commit comments

Comments
 (0)