From 478cd176e16fb46af848bd5f175f7377c66848eb Mon Sep 17 00:00:00 2001 From: Matthew Johnston Date: Wed, 4 Sep 2024 21:53:09 -0500 Subject: [PATCH] Bump to v0.17.2 --- CHANGELOG.md | 3 +++ mix.exs | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5734b72..8279107 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,10 @@ The format is loosely based on [Keep a Changelog][keepachangelog], and this project adheres to [Semantic Versioning][semver]. ## Unreleased + +## v0.17.2 - fixed: Handle datetime serialization format via `:datetime_type` config. +- fixed: Retain microsecond serialization. ## v0.17.1 - changed: Bump minimum ecto to `3.12`. diff --git a/mix.exs b/mix.exs index 33b5ff8..4aee9bb 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule EctoSQLite3.MixProject do use Mix.Project - @version "0.17.1" + @version "0.17.2" def project do [