Skip to content

Commit

Permalink
Bump ver to 2.3.0 and correct ver for 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlandia committed Apr 19, 2023
1 parent feab961 commit e39c401
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 2.1.2 - 2023-01-02
## 2.3.0 - 2023-04-19
- Support retries to IdP API to get username

## 2.2.0 - 2023-01-02
- Support for `idp_hint` URL parameter

## 2.1.0 - 2022-09-23
Expand Down
2 changes: 1 addition & 1 deletion tahoe_idp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

# Increase this version by 1 after every backward-incompatible
# change in the exported data format
__version__ = "2.2.0"
__version__ = "2.3.0"

0 comments on commit e39c401

Please sign in to comment.