summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2016-10-10 08:39:14 -0500
committerSamuel Giddins <segiddins@segiddins.me>2016-10-10 08:39:14 -0500
commite86410c3694a74426ecca05a8afeb47b74209948 (patch)
tree1c63de1c932aa77a87c160b24b26763390b7505a
parent4680cfb8938eea3bea4922cc14a08785e67c0d48 (diff)
downloadbundler-1-12-stable.tar.gz
Version 1.12.6 with changelogv1.12.61-12-stable
-rw-r--r--CHANGELOG.md5
-rw-r--r--lib/bundler/version.rb2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5c5b50c0bf..370c0667dd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 1.12.6 (2016-10-10)
+
+Bugfixes:
+ - add support for weak etags to the new index (@segiddins)
+
## 1.12.5 (2016-05-25)
Bugfixes:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index b1e8a49e25..ad94326aa0 100644
--- a/lib/bundler/version.rb
+++ b/lib/bundler/version.rb
@@ -7,5 +7,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.12.5" unless defined?(::Bundler::VERSION)
+ VERSION = "1.12.6" unless defined?(::Bundler::VERSION)
end