diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ff6f0e6..8b8de77a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog ## [Unreleased](unreleased) + + +## [0.8.5] - 2022-01-14 ### Changed - Update SQLite from [3.37.0](https://www.sqlite.org/releaselog/3_37_0.html) to [3.37.2](https://sqlite.org/releaselog/3_37_2.html) @@ -155,7 +158,9 @@ [ecto_sqlite3]: -[unreleased]: https://github.com/elixir-sqlite/exqlite/compare/v0.7.2...HEAD +[unreleased]: https://github.com/elixir-sqlite/exqlite/compare/v0.8.5...HEAD +[0.8.5]: https://github.com/elixir-sqlite/exqlite/compare/v0.8.4...v0.8.5 +[0.8.4]: https://github.com/elixir-sqlite/exqlite/compare/v0.8.3...v0.8.4 [0.8.3]: https://github.com/elixir-sqlite/exqlite/compare/v0.8.2...v0.8.3 [0.8.2]: https://github.com/elixir-sqlite/exqlite/compare/v0.8.1...v0.8.2 [0.8.1]: https://github.com/elixir-sqlite/exqlite/compare/v0.8.0...v0.8.1