Skip to content

Commit cb30250

Browse files
committed
Update CHANGELOG about v1.16.0
1 parent b7d5f30 commit cb30250

2 files changed

Lines changed: 23 additions & 2 deletions

File tree

CHANGELOG.md

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

4+
## [1.16.0] - 8 Dec 2022
5+
6+
### Added
7+
8+
- Add horizontal pod autoscaler
9+
- Add Platta related configurations
10+
- Count ticket system passwords toward yearly enrolment limit
11+
- Add `assignTicketSystemPasswordMutation` & tests
12+
- Add GraphQL query for fetching a child's all internal and external enrolments
13+
- Add import ticket system passwords mutation
14+
- Add ticket system password counts to event API
15+
- Add external ticket system event URL
16+
- Implement end time handling for external ticket system events
17+
18+
### Fixed
19+
20+
- Fix child enrolment counting related to Ticketmaster events
21+
- Fix `canChildEnroll` query related to Ticketmaster events
22+
- Fix free ticket system password detection
23+
424
## [1.15.1] - 27 May 2022
525

626
### Fixed
@@ -327,7 +347,8 @@ the version in kukkuu/__init.py__ -->
327347
- API to query, add, update and remove occurrences
328348
- API to query, add, update and remove venues
329349

330-
[unreleased]: https://github.com/City-of-Helsinki/kukkuu/compare/release-1.15.1...HEAD
350+
[unreleased]: https://github.com/City-of-Helsinki/kukkuu/compare/release-1.16.0...HEAD
351+
[1.16.0]: https://github.com/City-of-Helsinki/kukkuu/compare/release-1.15.1...release-1.16.0
331352
[1.15.1]: https://github.com/City-of-Helsinki/kukkuu/compare/release-1.15.0...release-1.15.1
332353
[1.15.0]: https://github.com/City-of-Helsinki/kukkuu/compare/release-1.14.0...release-1.15.0
333354
[1.14.0]: https://github.com/City-of-Helsinki/kukkuu/compare/release-1.13.0...release-1.14.0

kukkuu/__init__.py

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

0 commit comments

Comments
 (0)