summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-08-09 17:09:29 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-08-09 17:09:29 -0700
commit3a4bc4259fd67af0ff4a8c1d3d71cfbaed9c112f (patch)
tree85c5d0f9b8a29d2cd4fe7b97e5e938f42d57f86c
parent6222c0c8f78dfbf8aced0c3b8a4f6732bcec6159 (diff)
downloadffi-yajl-3a4bc4259fd67af0ff4a8c1d3d71cfbaed9c112f.tar.gz
bumping version + changelog for releas1.0.2
-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