diff --git a/CHANGES b/CHANGES index 4d0914b..86cb5c6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +## 1.4.3 + + * After overriding the REQUEST_METHOD, store the original request method in "rack.methodoverride.original_method" + ## 1.4.1 * Ignore invalid Expires date as per RFC diff --git a/rack-cache.gemspec b/rack-cache.gemspec index adac672..e382be6 100644 --- a/rack-cache.gemspec +++ b/rack-cache.gemspec @@ -1,4 +1,4 @@ -Gem::Specification.new 'rack-cache', '1.4.2' do |s| +Gem::Specification.new 'rack-cache', '1.4.3' do |s| s.summary = "HTTP Caching for Rack" s.description = "Rack::Cache is suitable as a quick drop-in component to enable HTTP caching for Rack-based applications that produce freshness (Expires, Cache-Control) and/or validation (Last-Modified, ETag) information." s.required_ruby_version = '>= 1.9.3'