|
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 | + |
| 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 | + |
4 | 30 | ## [1.15.0] - 6 Apr 2022 |
5 | 31 |
|
6 | 32 | ### Added |
@@ -321,7 +347,11 @@ the version in kukkuu/__init.py__ --> |
321 | 347 | - API to query, add, update and remove occurrences |
322 | 348 | - API to query, add, update and remove venues |
323 | 349 |
|
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 |
325 | 355 | [1.13.0]: https://github.com/City-of-Helsinki/kukkuu/compare/release-1.12.0...release-1.13.0 |
326 | 356 | [1.12.0]: https://github.com/City-of-Helsinki/kukkuu/compare/release-1.11.1...release-1.12.0 |
327 | 357 | [1.11.1]: https://github.com/City-of-Helsinki/kukkuu/compare/release-1.11.0...release-1.11.1 |
|
0 commit comments