diff --git a/ChangeLog b/ChangeLog index 25fc765448..44401a161a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Feb 22 03:09:10 2011 Aaron Patterson + + * ext/psych/lib/psych.rb: increase Psych to 1.1.0 for help with + debugging. + Tue Feb 22 03:04:46 2011 Aaron Patterson * ext/psych/lib/psych/streaming.rb: refactor streaming methods to a diff --git a/ext/psych/lib/psych.rb b/ext/psych/lib/psych.rb index 0cf4448599..cb67561775 100644 --- a/ext/psych/lib/psych.rb +++ b/ext/psych/lib/psych.rb @@ -90,7 +90,7 @@ require 'psych/json' module Psych # The version is Psych you're using - VERSION = '1.0.0' + VERSION = '1.1.0' # The version of libyaml Psych is using LIBYAML_VERSION = Psych.libyaml_version.join '.'