Skip to content

Commit 8cbddbe

Browse files
committed
Prepare 2.3.1 release
1 parent 3977552 commit 8cbddbe

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 2.3.1
2+
- Bugfix - Prepare_map returning non-map works now
3+
14
# 2.3.0
25
- Feature - Customize diffs for structs (prepare maps or structs before diffing)
36
- Feature - Add an option to set initial path

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule Jsonpatch.MixProject do
66
app: :jsonpatch,
77
name: "Jsonpatch",
88
description: "Implementation of RFC 6902 in pure Elixir",
9-
version: "2.3.0",
9+
version: "2.3.1",
1010
elixir: "~> 1.10",
1111
start_permanent: Mix.env() == :prod,
1212
deps: deps(),

0 commit comments

Comments
 (0)