summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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