diff --git a/CHANGELOG.md b/CHANGELOG.md index 52c7317..bc9a047 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ The format is based on [Keep a Changelog], and this project adheres to [Keep a Changelog]: https://keepachangelog.com/en/1.0.0/ [Semantic Versioning]: https://semver.org/spec/v2.0.0.html +## [0.6.1] - 2020-12-11 + +### Added + +- Add `sqlprojection.CreateSchema()` and `DropSchema()` + ## [0.6.0] - 2020-12-11 As of this release the various SQL projection drivers no longer depend on @@ -118,6 +124,7 @@ placeholder format (`?` for MySQL, `$1` for everything else). [0.5.0]: https://github.com/dogmatiq/projectionkit/releases/tag/v0.5.0 [0.5.1]: https://github.com/dogmatiq/projectionkit/releases/tag/v0.5.1 [0.6.0]: https://github.com/dogmatiq/projectionkit/releases/tag/v0.6.0 +[0.6.1]: https://github.com/dogmatiq/projectionkit/releases/tag/v0.6.1