File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<!-- REMINDER: While updating changelog, also remember to update
22the version in kukkuu/__init.py__ -->
33
4+ ## [ 1.5.0] - 30 Sep 2020
5+ ### Added
6+ - Add upcoming occurrence reminder notification
7+ - Add ` upcoming_with_leeway ` occurrence filter
8+ - Add enrolled events past enough (default 30 mins from the start) to a child's past events
9+ - Add initial API for subscribing and viewing free spot subscriptions (N.B. the functionality itself has NOT been implemented yet, just the API)
10+ ### Changed
11+ - Do not purge email logs by default in CI/CD config
12+
413## [ 1.4.0] - 15 Sep 2020
514### Added
615- Add nullable field ` capacityOverride ` and API for it which allows setting capacity per occurrence
@@ -101,7 +110,8 @@ the version in kukkuu/__init.py__ -->
101110
102111
103112
104- [ Unreleased ] : https://github.com/City-of-Helsinki/kukkuu/compare/v1.4.0...HEAD
113+ [ Unreleased ] : https://github.com/City-of-Helsinki/kukkuu/compare/v1.5.0...HEAD
114+ [ 1.4.0 ] : https://github.com/City-of-Helsinki/kukkuu/compare/v1.4.0...v1.5.0
105115[ 1.4.0 ] : https://github.com/City-of-Helsinki/kukkuu/compare/v1.3.0...v1.4.0
106116[ 1.3.0 ] : https://github.com/City-of-Helsinki/kukkuu/compare/v1.2.0...v1.3.0
107117[ 1.2.0 ] : https://github.com/City-of-Helsinki/kukkuu/compare/v1.1.0...v1.2.0
Original file line number Diff line number Diff line change 1- __version__ = "1.4 .0"
1+ __version__ = "1.5 .0"
You can’t perform that action at this time.
0 commit comments