diff --git a/Changelog.md b/Changelog.md index f3578d8..0f4e061 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,8 @@ -# Changelog +# Changelog + +## 0.9.2 - 2001/06/23 + +* fix issue with 1.8.7 where object allocation inside of GC was segfaulting ## 0.9.1 - 2011/06/17 diff --git a/lib/v8/version.rb b/lib/v8/version.rb index f248b05..ad49ed3 100644 --- a/lib/v8/version.rb +++ b/lib/v8/version.rb @@ -1,3 +1,3 @@ module V8 - VERSION = "0.9.2beta1" + VERSION = "0.9.2" end \ No newline at end of file