Skip to content

Commit 6611ce6

Browse files
committed
Release 1.2.2
1 parent 6ca2073 commit 6611ce6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.2.2 (08.09.2020)
4+
5+
### Enhancements
6+
7+
* Support Decimal 2.0
8+
39
## 1.2.1 (04.05.2020)
410

511
### Security

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Jason.Mixfile do
22
use Mix.Project
33

4-
@version "1.2.1"
4+
@version "1.2.2"
55

66
def project() do
77
[

0 commit comments

Comments
 (0)