From eb5d36fb57f6f64e1ea4dc1e27e7715b4a8bc3ed Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Tue, 26 Aug 2014 13:30:02 -0700 Subject: bumping version to 1.1.0 --- CHANGELOG.md | 12 +++++++++--- lib/ffi_yajl/version.rb | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad16304..1b5a916 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,19 @@ ### New features -* Support encoding Date, Time and DateTime objects - ### Changes ### Bugs fixed -* Fixed Rubinious on at least Ubuntu 14.04 and Mac +## 1.1.0 (08/26/2014) + +### New features + +* Support encoding Date, Time and DateTime objects + +### Bugs fixed + +* Fixed Rubinius on at least Ubuntu 14.04 and Mac * [**Lennart Brinkmann**](https://github.com/lebrinkma): remove `-Wl,--no-undefined` if ruby mkmf.rb adds it in the CFLAGS because we do not directly link against `-lyajl` diff --git a/lib/ffi_yajl/version.rb b/lib/ffi_yajl/version.rb index 03b35b5..2f55c2b 100644 --- a/lib/ffi_yajl/version.rb +++ b/lib/ffi_yajl/version.rb @@ -1,3 +1,3 @@ module FFI_Yajl - VERSION = "1.0.2" + VERSION = "1.1.0" end -- cgit v1.2.1