Skip to content

Commit

Permalink
Version 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rwz committed Oct 4, 2013
1 parent 80fe62f commit 190f194
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.8.1
-----
* [Let the adapter handle strings with invalid encoding](https://github.com/intridea/multi_json/commit/6af2bf87b89f44eabf2ae9ca96779febc65ea94b)

1.8.0
-----
* [Raise MultiJson::LoadError on blank input](https://github.com/intridea/multi_json/commit/c44f9c928bb25fe672246ad394b3e5b991be32e6)
Expand Down
2 changes: 1 addition & 1 deletion lib/multi_json/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module MultiJson
class Version
MAJOR = 1 unless defined? MultiJson::Version::MAJOR
MINOR = 8 unless defined? MultiJson::Version::MINOR
PATCH = 0 unless defined? MultiJson::Version::PATCH
PATCH = 1 unless defined? MultiJson::Version::PATCH
PRE = nil unless defined? MultiJson::Version::PRE

class << self
Expand Down

0 comments on commit 190f194

Please sign in to comment.