Skip to content

Commit 3e98904

Browse files
committed
Bump changelog for 1.29.0
1 parent 08e3e4c commit 3e98904

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## [Unreleased]
88

9+
### Added
10+
11+
### Changed
12+
13+
### Fixed
14+
15+
### Removed
16+
17+
## [1.29.0]
18+
919
### Added
1020
- New flowmachine query `CalendarActivity`, which retrives subscribers pattern of active days
1121
- New flowmachine queries `PerValueAggregate` and `RedactedPerValueAggregate`, which group by the value column of another query and apply an aggregate to subscribers with that grouping.
@@ -17,10 +27,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1727
- `Statistic` moved to `flowmachine.core.statistic_types`
1828
- `TotalActivePeriodsSubscriber` no longer returns an extra `inactive_periods` column
1929

20-
### Fixed
21-
22-
### Removed
23-
2430
## [1.28.1]
2531

2632
### Fixed
@@ -1150,7 +1156,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
11501156

11511157
- Added Python 3.6 support for FlowClient
11521158

1153-
[Unreleased]: https://github.com/Flowminder/FlowKit/compare/1.28.1...master
1159+
[Unreleased]: https://github.com/Flowminder/FlowKit/compare/1.29.0...master
1160+
[1.29.0]: https://github.com/Flowminder/FlowKit/compare/1.28.1...1.29.0
11541161
[1.28.1]: https://github.com/Flowminder/FlowKit/compare/1.28.0...1.28.1
11551162
[1.28.0]: https://github.com/Flowminder/FlowKit/compare/1.27.0...1.28.0
11561163
[1.27.0]: https://github.com/Flowminder/FlowKit/compare/1.26.0...1.27.0

0 commit comments

Comments
 (0)