From 3b62e64954274cfc0285f1a47c87e6e8da1a2082 Mon Sep 17 00:00:00 2001 From: Pavel Pravosud Date: Wed, 19 Mar 2014 19:25:52 -0400 Subject: [PATCH] Version 1.9.2 --- CHANGELOG.md | 4 ++++ lib/multi_json/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e60d7664..1a9882d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +1.9.2 +----- +* [Enable use_to_json option for Oj adapter by default](https://github.com/intridea/multi_json/commit/76a4aaf697b10bbabd5d535d83cf1149efcfe5c7) + 1.9.1 ----- * [Remove unused LoadError file](https://github.com/intridea/multi_json/commit/65dedd84d59baeefc25c477fedf0bbe85e7ce2cd) diff --git a/lib/multi_json/version.rb b/lib/multi_json/version.rb index f070f3ae..8aa5b8d4 100644 --- a/lib/multi_json/version.rb +++ b/lib/multi_json/version.rb @@ -2,7 +2,7 @@ module MultiJson class Version MAJOR = 1 unless defined? MultiJson::Version::MAJOR MINOR = 9 unless defined? MultiJson::Version::MINOR - PATCH = 1 unless defined? MultiJson::Version::PATCH + PATCH = 2 unless defined? MultiJson::Version::PATCH PRE = nil unless defined? MultiJson::Version::PRE class << self