diff --git a/CHANGELOG.md b/CHANGELOG.md index bc9a047..a7fd669 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.2] - 2020-12-18 + +### Changed + +- `sqlprojection.CreateSchema()` no longer returns an error if the schema already exists + ## [0.6.1] - 2020-12-11 ### Added @@ -125,6 +131,7 @@ placeholder format (`?` for MySQL, `$1` for everything else). [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 +[0.6.2]: https://github.com/dogmatiq/projectionkit/releases/tag/v0.6.2