diff --git a/CHANGELOG.md b/CHANGELOG.md index 24d328d..8d02f52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [v0.2.8] + - Fixed limit parameter + ## [v0.2.7] - Removed creating the events table, now we just verify that it exists - Added limit parameter for finding records from the database @@ -67,7 +70,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Initial creation - Created `db` and `xvault` package -[Unreleased]: https://github.com/Comcast/codex/compare/v0.2.7...HEAD +[Unreleased]: https://github.com/Comcast/codex/compare/v0.2.8...HEAD +[v0.2.8]: https://github.com/Comcast/codex/compare/v0.2.7...v0.2.8 [v0.2.7]: https://github.com/Comcast/codex/compare/v0.2.6...v0.2.7 [v0.2.6]: https://github.com/Comcast/codex/compare/v0.2.5...v0.2.6 [v0.2.5]: https://github.com/Comcast/codex/compare/v0.2.4...v0.2.5