Skip to content

Commit 89ce147

Browse files
authored
Merge pull request #73 from Scalingo/release/1.3.2
Bump v1.3.2
2 parents a59cbf2 + 69e2a22 commit 89ce147

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
@@ -2,7 +2,9 @@
22

33
## To Be Released
44

5-
* build(deps): bump go.etcd.io/etcd/client/v3 from 3.5.4 to 3.5.6
5+
## v1.3.2 - Oct. 17 2023
6+
7+
* Various dependencies updates
68

79
## v1.3.1 - Jun. 09 2022
810

README.md

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

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

@@ -63,7 +63,7 @@ Bump new version number in `CHANGELOG.md` and `README.md`.
6363
Commit, tag and create a new release:
6464

6565
```sh
66-
version="1.3.1"
66+
version="1.3.2"
6767

6868
git switch --create release/${version}
6969
git add CHANGELOG.md README.md

0 commit comments

Comments
 (0)