diff --git a/CHANGELOG.md b/CHANGELOG.md index 0469d06..5c87825 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.15.2] - 2025-07-15 + +### Added + +- Support for Elixir 1.18's built-in `JSON` (@caleb-restar) + ## [0.15.1] - 2025-06-19 **New migration patches:** 12 diff --git a/README.md b/README.md index ae1ced3..32604c1 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ Due to its use of [`pg_current_xact_id`](https://www.postgresql.org/docs/13/func # mix.exs def deps do [ - {:carbonite, "~> 0.15.1"} + {:carbonite, "~> 0.15.2"} ] end ``` diff --git a/mix.exs b/mix.exs index 8f915cc..9bd5211 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Carbonite.MixProject do use Mix.Project - @version "0.15.1" + @version "0.15.2" def project do [