Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kelseykm committed Sep 23, 2022
1 parent 830165d commit b303ed8
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,28 @@
# Changelog

## [2.0.0] - 2022-09-23

### Changed

- Remove trailing newline from scanned password
- Use `ReadPassword` function from `term` package to read password
- Change password type from string to []byte
- Bring `colour` package more inline with ANSI escape codes
- Use byte escape sequence in `colour`

## [1.2.0] - 2022-09-18

### Added

- Added `errors` package to contain all errors

- Added "Error" suffix to names of all errors
- Add `errors` package to contain all errors
- Add "Error" suffix to names of all errors

## [1.1.0] - 2022-09-13

### Added

- Version flag
- Add version flag

## [1.0.0] - 2022-09-10

- Stable release
- First stable release

0 comments on commit b303ed8

Please sign in to comment.