Skip to content

Commit 746f024

Browse files
authored
Merge pull request #307 from City-of-Helsinki/release/1.16.0
Release 1.16.0
2 parents 8cb320a + cb30250 commit 746f024

2 files changed

Lines changed: 32 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
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+
24+
## [1.15.1] - 27 May 2022
25+
26+
### Fixed
27+
28+
- Child can only enroll into published events. Rather small extra check, since unpublished events were not visible.
29+
430
## [1.15.0] - 6 Apr 2022
531

632
### Added
@@ -321,7 +347,11 @@ the version in kukkuu/__init.py__ -->
321347
- API to query, add, update and remove occurrences
322348
- API to query, add, update and remove venues
323349

324-
[unreleased]: https://github.com/City-of-Helsinki/kukkuu/compare/release-1.13.0...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
352+
[1.15.1]: https://github.com/City-of-Helsinki/kukkuu/compare/release-1.15.0...release-1.15.1
353+
[1.15.0]: https://github.com/City-of-Helsinki/kukkuu/compare/release-1.14.0...release-1.15.0
354+
[1.14.0]: https://github.com/City-of-Helsinki/kukkuu/compare/release-1.13.0...release-1.14.0
325355
[1.13.0]: https://github.com/City-of-Helsinki/kukkuu/compare/release-1.12.0...release-1.13.0
326356
[1.12.0]: https://github.com/City-of-Helsinki/kukkuu/compare/release-1.11.1...release-1.12.0
327357
[1.11.1]: https://github.com/City-of-Helsinki/kukkuu/compare/release-1.11.0...release-1.11.1

kukkuu/__init__.py

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

0 commit comments

Comments
 (0)