We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 140fb13 commit 205df1aCopy full SHA for 205df1a
CHANGELOG.md
@@ -3,7 +3,7 @@
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
+## v3.0.0 2021-08-21
7
8
* Drop support for ruby 2.4.x.
9
* Mark uploaded assets as `immutable` in the `Cache-Control` header.
lib/bankrupt/version.rb
@@ -1,6 +1,6 @@
1
# frozen_string_literal: true
2
-# Copyright 2018-2020 Mario Finelli
+# Copyright 2018-2021 Mario Finelli
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -15,5 +15,5 @@
15
# limitations under the License.
16
17
module Bankrupt
18
- VERSION = '2.1.2'
+ VERSION = '3.0.0'
19
end
0 commit comments