We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90031bd commit f450712Copy full SHA for f450712
CHANGELOG.md
@@ -5,7 +5,12 @@ All notable changes will be documented in this file.
5
The format is based on [Keep a Changelog][keepachangelog], and this project
6
adheres to [Semantic Versioning][semver].
7
8
-## [Unreleased]
+## [0.6.0] - 2021-08-25
9
+### Changed
10
+- `:utc_datetime` handling has been updated to completely remove the `Z` supplied and
11
+ made to conform closer to what is done for Postgrex and MyXQL. https://github.com/elixir-sqlite/ecto_sqlite3/pull/49
12
+- Updated error message for OTP24 https://github.com/elixir-sqlite/ecto_sqlite3/pull/47
13
+
14
15
## [0.5.7] - 2021-08-17
16
### Changed
0 commit comments