Skip to content

Commit c739045

Browse files
committed
Bump version
1 parent 2b85957 commit c739045

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
<!-- REMINDER: While updating changelog, also remember to update
22
the 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

kukkuu/__init__.py

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

0 commit comments

Comments
 (0)