Skip to content

Commit

Permalink
Release 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurty committed Mar 9, 2023
1 parent 73eada3 commit 154218a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,18 @@ system, you must also run the `--upgrade` command in each repository:
$ transcrypt --upgrade
```

## [2.2.3] - 2023-03-09

### Fixed

- Revert faulty automatic fix for mistakenly double-salted encrypted files,
which caused more problems than it solved by preventing decryption of some
files on some systems #158

### Changed

- The `hexdump` command is no longer required by Transcrypt.

## [2.2.2] - 2023-03-01

### Changed
Expand Down Expand Up @@ -283,7 +295,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.2...HEAD
[unreleased]: https://github.com/elasticdog/transcrypt/compare/v2.2.3...HEAD
[2.2.3]: https://github.com/elasticdog/transcrypt/compare/v2.2.2...v2.2.3
[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
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.2'
readonly VERSION='2.2.3'

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

0 comments on commit 154218a

Please sign in to comment.