Skip to content

Commit

Permalink
Version 1.1.5
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <[email protected]>
  • Loading branch information
abompard committed Jun 20, 2024
1 parent 0e987a9 commit 79fc3b7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## Version 1.1.5

- Make `get_assertions_by_email()` case insensitive ([92084ed](https://github.com/fedora-infra/tahrir-api/commit/92084ed>))
- Add a relationship on the Person table ([98ad984](https://github.com/fedora-infra/tahrir-api/commit/98ad984>))
- Minor tests refactoring ([85a9aa1](https://github.com/fedora-infra/tahrir-api/commit/85a9aa1>))
- Don't create a sessionmaker just to set the recipient in assertions ([47eafdd](https://github.com/fedora-infra/tahrir-api/commit/47eafdd>))
- Update dependencies


## Version 1.1.4

- fix(deps): update dependency tahrir-messages to v2 ([757c4b6](https://github.com/fedora-infra/tahrir-api/commit/757c4b6>))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tahrir-api"
version = "1.1.4"
version = "1.1.5"
description = "An API for interacting with the Tahrir database"

license = "GPLv3+"
Expand Down

0 comments on commit 79fc3b7

Please sign in to comment.