Skip to content

Commit 3b0b91b

Browse files
committed
Bump v1.3.1
1 parent c5b24c1 commit 3b0b91b

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

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

33
## To Be Released
44

5+
## v1.3.1 - Jun. 09 2022
6+
57
* chore(go): use go 1.17
68
* build(deps): bump go.etcd.io/etcd/client/v3 from 3.5.0 to 3.5.4
79
* build(deps): bump github.com/iancoleman/strcase from 0.1.1 to 0.2.0

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Go Etcd Cron v1.3.0
1+
# Go Etcd Cron v1.3.1
22

33
This package has been based on the project [https://github.com/robfig/cron](https://github.com/robfig/cron)
44

@@ -64,11 +64,11 @@ Commit, tag and create a new release:
6464

6565
```shell
6666
git add CHANGELOG.md README.md
67-
git commit -m "Bump v1.3.0"
68-
git tag v1.3.0
67+
git commit -m "Bump v1.3.1"
68+
git tag v1.3.1
6969
git push origin master
7070
git push --tags
71-
hub release create v1.3.0
71+
hub release create v1.3.1
7272
```
7373

7474
The title of the release should be the version number and the text of the release is the same as the changelog.

0 commit comments

Comments
 (0)