summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md4
-rw-r--r--lib/ffi_yajl/version.rb2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9bf02b4..5ccd914 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,10 @@
### Bugs fixed
+## 1.0.2 (08/09/2014)
+
+### Bugs fixed
+
* fixed opts chaining issue in the encoder that was breaking pretty printing in knife
* changed default :allow_comments to true (considered a regression against yajl-ruby compatibility)
diff --git a/lib/ffi_yajl/version.rb b/lib/ffi_yajl/version.rb
index 8021469..03b35b5 100644
--- a/lib/ffi_yajl/version.rb
+++ b/lib/ffi_yajl/version.rb
@@ -1,3 +1,3 @@
module FFI_Yajl
- VERSION = "1.0.1"
+ VERSION = "1.0.2"
end