Skip to content

Commit 3a31590

Browse files
author
github-actions
committed
1.4.109
Automatically generated by python-semantic-release
1 parent 0c56756 commit 3a31590

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

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

5+
## v1.4.109 (2024-10-17)
6+
7+
### Other
8+
9+
* Delete actions/create_email_account.py ([#163](https://github.com/WIPACrepo/keycloak-rest-services/issues/163)) ([`0c56756`](https://github.com/WIPACrepo/keycloak-rest-services/commit/0c5675679674b4f896e6bdb58f1912eb57cecf6c))
10+
511
## v1.4.108 (2024-08-01)
612

713
### 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.108"
8+
__version__ = "1.4.109"
99
version_info = (
1010
int(__version__.split(".")[0]),
1111
int(__version__.split(".")[1]),

0 commit comments

Comments
 (0)