Skip to content
This repository was archived by the owner on Dec 3, 2019. It is now read-only.

Commit 1520b25

Browse files
committed
Update README.md
1 parent ca34ceb commit 1520b25

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,33 @@
11
# Changelog
22

3-
# 0.4.0 (2015-05-03)
3+
## 0.4.1 (2015-05-04)
4+
5+
* Update README.md
6+
7+
## 0.4.0 (2015-05-03)
48

59
* Modify 'revalidation' table so it doesn't check if the response is expired
610
* Ensure validator matching works with '*'
711
* Fix tests
812

9-
# 0.3.0 (2015-05-03)
13+
## 0.3.0 (2015-05-03)
1014

1115
* Make cache rules consistent based RFC spec
1216
* Add required 'cached' headers to tests
1317

14-
# 0.2.0 (2015-05-02)
18+
## 0.2.0 (2015-05-02)
1519

1620
* Version bump
1721

18-
# 0.1.20 (2015-05-01)
22+
## 0.1.20 (2015-05-01)
1923

2024
* Recently cached responses are cached correctly. Fixes issue #11
2125

22-
# 0.1.19 (2015-05-01)
26+
## 0.1.19 (2015-05-01)
2327

2428
* The 'max-stale' header doesn't affect 'max-age' validation
2529

26-
# 0.1.18 (2015-05-01)
30+
## 0.1.18 (2015-05-01)
2731

2832
* Ensure the 'Cache-Control: max-age' is validated
2933
* Add regression tests

cache_rules.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require 'date'
66

77
Gem::Specification.new do |s|
88
s.name = 'cache_rules'
9-
s.version = '0.4.0'
9+
s.version = '0.4.1'
1010

1111
s.date = Date.today.to_s
1212

0 commit comments

Comments
 (0)