From 07d8d785c3e9bb3f37e6b2b0ee6c627bf2a87f93 Mon Sep 17 00:00:00 2001 From: Malte Rohde Date: Tue, 15 Jul 2025 15:55:55 +0200 Subject: [PATCH] Bump to 0.15.2 --- CHANGELOG.md | 6 ++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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 [