Skip to content

Commit 205df1a

Browse files
committed
Release 3.0.0
1 parent 140fb13 commit 205df1a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This file keeps track of changes between releases for the bankrupt project
44
which adheres to [semantic versioning](https://semver.org).
55

6-
## unreleased
6+
## v3.0.0 2021-08-21
77

88
* Drop support for ruby 2.4.x.
99
* Mark uploaded assets as `immutable` in the `Cache-Control` header.

lib/bankrupt/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

3-
# Copyright 2018-2020 Mario Finelli
3+
# Copyright 2018-2021 Mario Finelli
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.
@@ -15,5 +15,5 @@
1515
# limitations under the License.
1616

1717
module Bankrupt
18-
VERSION = '2.1.2'
18+
VERSION = '3.0.0'
1919
end

0 commit comments

Comments
 (0)