|
1 | 1 | <!-- REMINDER: While updating changelog, also remember to update |
2 | 2 | the version in kukkuu/__init.py__ --> |
3 | 3 |
|
| 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 | + |
4 | 24 | ## [1.15.1] - 27 May 2022 |
5 | 25 |
|
6 | 26 | ### Fixed |
@@ -327,7 +347,8 @@ the version in kukkuu/__init.py__ --> |
327 | 347 | - API to query, add, update and remove occurrences |
328 | 348 | - API to query, add, update and remove venues |
329 | 349 |
|
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 |
331 | 352 | [1.15.1]: https://github.com/City-of-Helsinki/kukkuu/compare/release-1.15.0...release-1.15.1 |
332 | 353 | [1.15.0]: https://github.com/City-of-Helsinki/kukkuu/compare/release-1.14.0...release-1.15.0 |
333 | 354 | [1.14.0]: https://github.com/City-of-Helsinki/kukkuu/compare/release-1.13.0...release-1.14.0 |
|
0 commit comments