Skip to content

Commit e30a6dd

Browse files
committed
Update CHANGELOG.md
1 parent c990644 commit e30a6dd

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
@@ -5,6 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

66
## [Unreleased]
77
### Added
8+
9+
### Changed
10+
11+
### Fixed
12+
13+
### Removed
14+
15+
16+
## [0.5.1]
17+
### Added
818
- Added `HandsetStats` to FlowMachine.
919
- Added new `ContactReferenceLocationStats` query class to FlowMachine.
1020
- A new zmq message `get_available_dates` was added to the flowmachine server, along with the `/available_dates`
@@ -18,10 +28,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1828
- FlowAPI's access and run loggers, and FlowMachine's query run logger now log to stdout instead of stderr
1929
- Passwords for Redis and FlowDB must now be explicitly provided to flowmachine via argument to `connect`, env var, or secret
2030

21-
22-
### Fixed
23-
24-
2531
### Removed
2632
- FlowMachine and FlowAPI no longer support logging to a file
2733

@@ -175,7 +181,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
175181
- Added Python 3.6 support for FlowClient
176182

177183

178-
[Unreleased]: https://github.com/Flowminder/FlowKit/compare/0.5.0...master
184+
[Unreleased]: https://github.com/Flowminder/FlowKit/compare/0.5.1...master
185+
[0.5.1]: https://github.com/Flowminder/FlowKit/compare/0.5.0...0.5.1
179186
[0.5.0]: https://github.com/Flowminder/FlowKit/compare/0.4.3...0.5.0
180187
[0.4.3]: https://github.com/Flowminder/FlowKit/compare/0.4.2...0.4.3
181188
[0.4.2]: https://github.com/Flowminder/FlowKit/compare/0.4.1...0.4.2

0 commit comments

Comments
 (0)