diff --git a/CHANGELOG b/CHANGELOG index 6f27b51..11aa549 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog][keepachangelog], and this project adheres to [Semantic Versioning][semver]. ## [Unreleased] + +## [0.5.3] - 2021-03-20 - Added `collate:` opts support to `:string` column type ## [0.5.1] - 2021-03-18 diff --git a/mix.exs b/mix.exs index a496e7d..74f4d6c 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule EctoSQLite3.MixProject do def project do [ app: :ecto_sqlite3, - version: "0.5.2", + version: "0.5.3", elixir: "~> 1.8", start_permanent: Mix.env() == :prod, source_url: "https://github.com/elixir-sqlite/ecto_sqlite3",