Skip to content

Commit

Permalink
Bump to v0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
warmwaffles committed Sep 5, 2024
1 parent 3cbc1cc commit 478cd17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
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.17.1"
@version "0.17.2"

def project do
[
Expand Down

0 comments on commit 478cd17

Please sign in to comment.