summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-08-26 13:30:02 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-08-26 13:30:02 -0700
commiteb5d36fb57f6f64e1ea4dc1e27e7715b4a8bc3ed (patch)
tree010c0c5271bd372421c1067dd4dc7744fa085bde
parent86d0e5d65de1c4efc042388ced303e693617c590 (diff)
downloadffi-yajl-eb5d36fb57f6f64e1ea4dc1e27e7715b4a8bc3ed.tar.gz
bumping version to 1.1.01.1.0
-rw-r--r--CHANGELOG.md12
-rw-r--r--lib/ffi_yajl/version.rb2
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