Skip to content

Commit

Permalink
update changelog, bump to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlang committed Sep 30, 2021
1 parent 640c41d commit aaafa8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ adheres to [Semantic Versioning][semver].

## [Unreleased]

## [0.7.2] - 2021-09-29
### Added
- Add `:time` decode support. [#58](https://github.com/elixir-sqlite/ecto_sqlite3/pull/58)

## [0.7.1] - 2021-08-30
### Fixed
- Backport of default drops to `:restrict` are now backwards compatible with older versions of `ecto_sql`. We don't really have support for `drop index ... cascade` as it is not in the grammer of sqlite.
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule EctoSQLite3.MixProject do
use Mix.Project

@version "0.7.1"
@version "0.7.2"

def project do
[
Expand Down

0 comments on commit aaafa8f

Please sign in to comment.