Skip to content

Commit 58d8acc

Browse files
committed
Prepare 1.1.1 release
1 parent affbd82 commit 58d8acc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 1.1.1. (10.07.2018)
4+
5+
### Bug fixes
6+
7+
* correctly handle escape sequences in strings when pretty printing
8+
([794bbe4](https://github.com/michalmuskala/jason/commit/794bbe4)).
9+
310
## 1.1.0 (02.07.2018)
411

512
### Enhancements

mix.exs

Lines changed: 1 addition & 1 deletion
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.1.0"
4+
@version "1.1.1"
55

66
def project() do
77
[

0 commit comments

Comments
 (0)