summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md7
-rw-r--r--lib/bundler/version.rb2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 340d65ebe1..d1af6fcaf3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## 0.9.25 (May 3, 2010)
+
+Bugfixes:
+
+ - Explicitly coerce Pathname objects to Strings for Ruby 1.9
+ - Fix some newline weirdness in output from install command
+
## 0.9.24 (April 22, 2010)
Features:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 1643522408..471e45e7c1 100644
--- a/lib/bundler/version.rb
+++ b/lib/bundler/version.rb
@@ -1,3 +1,3 @@
module Bundler
- VERSION = "0.9.25.pre"
+ VERSION = "0.9.25"
end \ No newline at end of file