summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2016-10-10 08:41:11 -0500
committerSamuel Giddins <segiddins@segiddins.me>2016-10-10 08:41:11 -0500
commit0b3e891567772d18440cd8a819ec4a48187cf34d (patch)
tree18976d9f94ee67d5d50d19c18a117e935b8d0260
parent9cb7c149b749775e73f49f95fa0daf842dcbfe46 (diff)
downloadbundler-0b3e891567772d18440cd8a819ec4a48187cf34d.tar.gz
Version 1.13.3 with changelogv1.13.3
-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 7c8cb54b90..e3c138be22 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 1.13.3 (2016-10-10)
+
+Bugfixes:
+
+ - add support for weak etags to the new index (@segiddins)
+
## 1.13.2 (2016-09-30)
Bugfixes:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 5bfcfbf071..159148372e 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.13.2" unless defined?(::Bundler::VERSION)
+ VERSION = "1.13.3" unless defined?(::Bundler::VERSION)
end