Skip to content

Commit

Permalink
1.4.110
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Nov 19, 2024
1 parent 2547f3a commit d81d32a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!--next-version-placeholder-->

## v1.4.110 (2024-11-19)

### Other

* Keycloak 26 docker upgrades ([#164](https://github.com/WIPACrepo/keycloak-rest-services/issues/164)) ([`2547f3a`](https://github.com/WIPACrepo/keycloak-rest-services/commit/2547f3a7d0db2948a6376296a980c9c1103c6d3a))

## v1.4.109 (2024-10-17)

### Other
Expand Down
2 changes: 1 addition & 1 deletion krs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# is zero for an official release, positive for a development branch,
# or negative for a release candidate or beta (after the base version
# number has been incremented)
__version__ = "1.4.109"
__version__ = "1.4.110"
version_info = (
int(__version__.split(".")[0]),
int(__version__.split(".")[1]),
Expand Down

0 comments on commit d81d32a

Please sign in to comment.