Skip to content

Commit 5a9f79e

Browse files
committed
Release v2.1.0
1 parent f3ca807 commit 5a9f79e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
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+
## v2.1.0 2020-01-06
7+
8+
Add support for unversioned ("hashless") assets.
79

810
* Add new configuration file and `hashless` option (file glob array) to upload
911
files to the CDN without their md5 hash appended.

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-2019 Mario Finelli
3+
# Copyright 2018-2020 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.0.1'
18+
VERSION = '2.1.0'
1919
end

0 commit comments

Comments
 (0)