Skip to content

Commit ca83f27

Browse files
committed
Update CHANGELOG.md
1 parent 7a89b90 commit ca83f27

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

66
## [Unreleased]
77
### Added
8-
- Added new `TopUpAmount`, `TopUpBalance`, `PerLocationEventStats`, `PerContactEventStats` query classes to FlowMachine.
98

109
### Changed
1110

1211
### Fixed
1312

1413
### Removed
15-
- Removes query class `TotalSubscriberEvents` as it is superseded by `EventCount`.
1614

15+
## [0.4.1]
16+
### Added
17+
- Added `TopUpAmount`, `TopUpBalance` query classes to FlowMachine.
18+
- Added `PerLocationEventStats`, `PerContactEventStats` to FlowMachine
19+
20+
### Removed
21+
- Removed `TotalSubscriberEvents` from FlowMachine as it is superseded by `EventCount`.
1722

1823
## [0.4.0]
1924
### Added
@@ -95,7 +100,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
95100
- Added Python 3.6 support for FlowClient
96101

97102

98-
[Unreleased]: https://github.com/Flowminder/FlowKit/compare/0.4.0...master
103+
[Unreleased]: https://github.com/Flowminder/FlowKit/compare/0.4.1...master
104+
[0.4.1]: https://github.com/Flowminder/FlowKit/compare/0.4.0...0.4.1
99105
[0.4.0]: https://github.com/Flowminder/FlowKit/compare/0.3.0...0.4.0
100106
[0.3.0]: https://github.com/Flowminder/FlowKit/compare/0.2.2...0.3.0
101107
[0.2.2]: https://github.com/Flowminder/FlowKit/compare/0.2.1...0.2.2

0 commit comments

Comments
 (0)