summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-05-04 22:28:12 -0700
committerAndre Arko <andre@arko.net>2015-05-07 08:40:33 +0100
commit111d59fcf00ed0b6e3dd47911d1a8136bc8d2ed5 (patch)
tree3edcac4254b6b2526dc7ca58cd3dded3f6bb482d
parent4820162414b6d7ed1eee5d8c8397533cadff46e3 (diff)
downloadbundler-1.9.7.tar.gz
Version 1.9.7 with changelogv1.9.7
-rw-r--r--CHANGELOG.md6
-rw-r--r--lib/bundler/version.rb2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ad2434ca19..43d674d18c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 1.9.7 (2015-05-05)
+
+Bugfixes:
+
+ - always clean up tmp dirs (#3277, @hone, @indirect, @segiddins)
+
## 1.9.6 (2015-05-02)
Bugfixes:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index b415f650c2..3dc169c4df 100644
--- a/lib/bundler/version.rb
+++ b/lib/bundler/version.rb
@@ -2,5 +2,5 @@ module Bundler
# We're doing this because we might write tests that deal
# with other versions of bundler and we are unsure how to
# handle this better.
- VERSION = "1.9.6" unless defined?(::Bundler::VERSION)
+ VERSION = "1.9.7" unless defined?(::Bundler::VERSION)
end