Skip to content

Commit

Permalink
Updating changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Feb 9, 2024
1 parent 6ce6d3e commit 78c2bfb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased](https://github.com/alexdlaird/hookee/compare/2.2.5...HEAD)

## [2.3.0](https://github.com/alexdlaird/hookee/compare/2.2.5...2.3.0) - TBD
## [2.3.0](https://github.com/alexdlaird/hookee/compare/2.2.5...2.3.0) - 2024-02-09
### Added
- Support for Flask > 1.x.
- `authtoken` command to set token value in config from CLI.

### Fixed
- Documentation improvements.

### Removed
- Pinned dependencies of `MarkupSafe`, `Jinja2`, `itsdangerous`, `werkzeug`, now that Flask 2.x and 3.x are supported.

## [2.2.5](https://github.com/alexdlaird/hookee/compare/2.2.4...2.2.5) - 2024-02-09
### Fixed
- Broken version string on CLI.
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ confuse>=1.3.0
flask>=1.1.0
click>=7.1.0
pyngrok>=7.1.0
defusedxml>=0.7.1
psutil
defusedxml>=0.7.1

0 comments on commit 78c2bfb

Please sign in to comment.