Skip to content

Commit c6763ad

Browse files
authored
Merge pull request #243 from City-of-Helsinki/release/1.12.0
Release 1.12.0
2 parents d4dfd1c + b940bfb commit c6763ad

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
<!-- REMINDER: While updating changelog, also remember to update
22
the version in kukkuu/__init.py__ -->
33

4+
## [1.12.0] - 14 Dec 2021
5+
6+
### Changed
7+
- Renewed authentication implementation
8+
9+
## Fixed
10+
- Fixed projects admin UI language tabs
11+
412
## [1.11.1] - 13 Oct 2021
513
### Fixed
614
- Fix free spot subscription handling in event group
@@ -209,7 +217,8 @@ the version in kukkuu/__init.py__ -->
209217

210218

211219

212-
[Unreleased]: https://github.com/City-of-Helsinki/kukkuu/compare/release-1.11.1...HEAD
220+
[Unreleased]: https://github.com/City-of-Helsinki/kukkuu/compare/release-1.12.0...HEAD
221+
[1.12.0]: https://github.com/City-of-Helsinki/kukkuu/compare/release-1.11.1...release-1.12.0
213222
[1.11.1]: https://github.com/City-of-Helsinki/kukkuu/compare/release-1.11.0...release-1.11.1
214223
[1.11.0]: https://github.com/City-of-Helsinki/kukkuu/compare/release-1.10.5...release-1.11.0
215224
[1.10.5]: https://github.com/City-of-Helsinki/kukkuu/compare/release-1.10.4...release-1.10.5

kukkuu/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.11.1"
1+
__version__ = "1.12.0"

0 commit comments

Comments
 (0)