Skip to content

Commit 587345e

Browse files
committed
Bump v7.0.1
1 parent cded747 commit 587345e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## To Be Released
44

5+
## v7.0.1 (June 12 2020)
6+
7+
* [storage] Fix Swift authentication
8+
59
## v7.0.0 (June 09 2020)
610

711
* [storage] Get swift configuration from the environment

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ Commit, tag and create a new release:
1414

1515
```sh
1616
git add CHANGELOG.md README.md
17-
git commit -m "Bump v7.0.0"
18-
git tag v7.0.0
17+
git commit -m "Bump v7.0.1"
18+
git tag v7.0.1
1919
git push origin master
2020
git push --tags
21-
hub release create v7.0.0
21+
hub release create v7.0.1
2222
```
2323

2424
The title of the release should be the version number and the text of the

0 commit comments

Comments
 (0)