Skip to content

Commit f966635

Browse files
committed
Release v1.1.2
1 parent b69d89b commit f966635

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22

3-
## 1.1.1. (10.07.2018)
3+
## 1.1.2 (19.10.2018)
4+
5+
### Bug fixes
6+
7+
* correctly handle the `pretty: false` option
8+
([ba318c8](https://github.com/michalmuskala/jason/commit/ba318c8)).
9+
10+
## 1.1.1 (10.07.2018)
411

512
### Bug fixes
613

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.1"
4+
@version "1.1.2"
55

66
def project() do
77
[

0 commit comments

Comments
 (0)