We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b2767b commit f79b237Copy full SHA for f79b237
CHANGELOG.md
@@ -3,7 +3,10 @@
3
This file keeps track of changes between releases for the bankrupt project
4
which adheres to [semantic versioning](https://semver.org).
5
6
-## unreleased
+## v2.0.0 2019-06-12
7
+
8
+This major release changes the default cache behavior of assets uploaded to s3
9
+to make them expire in one year.
10
11
* Set cache-control header on objects uploaded to s3 (1 year).
12
* Add new rake task to remove old objects (anything not in the current
lib/bankrupt/version.rb
@@ -15,5 +15,5 @@
15
# limitations under the License.
16
17
module Bankrupt
18
- VERSION = '1.1.0'
+ VERSION = '2.0.0'
19
end
0 commit comments