Skip to content

Commit

Permalink
Tidy changelog + prep-release (#46)
Browse files Browse the repository at this point in the history
* Tidy changelog + prep-release

* Update CHANGELOG.md
  • Loading branch information
inverse authored Apr 22, 2021
1 parent 43e9b95 commit 49fac4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Changelog

## v2.3.0 (Unreleased)
## v2.3.0 (2021-04-22)

### Added

- Added `--version` flag to print current version (#43)
- Added support for the new GitHub authentication token format (#45)

## v2.2.1 (2020-03-11)
## v2.2.1 (2021-03-11)

### Fixed

- Fixed regression with saving results object (#40)

## v2.2.0 (2020-03-05)
## v2.2.0 (2021-03-05)

### Added

Expand Down
2 changes: 1 addition & 1 deletion tell_me_your_secrets/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.2.1'
__version__ = '2.3.0'

0 comments on commit 49fac4a

Please sign in to comment.