Skip to content

Commit 6b6429c

Browse files
author
github-actions
committed
1.4.115
Automatically generated by python-semantic-release
1 parent 9ee5e57 commit 6b6429c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
<!--next-version-placeholder-->
44

5+
## v1.4.115 (2024-11-27)
6+
7+
### Other
8+
9+
* <bot> update dependencies*.log files(s) ([`9ee5e57`](https://github.com/WIPACrepo/keycloak-rest-services/commit/9ee5e57119afc1ac5fe4120d254e2927c44e6144))
10+
* Remove pre-v24 compatibility code ([#168](https://github.com/WIPACrepo/keycloak-rest-services/issues/168)) ([`c630de7`](https://github.com/WIPACrepo/keycloak-rest-services/commit/c630de742d84ed7d3e7b9860ab9d3d38cc85cba0))
11+
512
## v1.4.114 (2024-11-25)
613

714
### Other

krs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# is zero for an official release, positive for a development branch,
66
# or negative for a release candidate or beta (after the base version
77
# number has been incremented)
8-
__version__ = "1.4.114"
8+
__version__ = "1.4.115"
99
version_info = (
1010
int(__version__.split(".")[0]),
1111
int(__version__.split(".")[1]),

0 commit comments

Comments
 (0)