We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a59cbf2 + 69e2a22 commit 89ce147Copy full SHA for 89ce147
CHANGELOG.md
@@ -2,7 +2,9 @@
2
3
## To Be Released
4
5
-* build(deps): bump go.etcd.io/etcd/client/v3 from 3.5.4 to 3.5.6
+## v1.3.2 - Oct. 17 2023
6
+
7
+* Various dependencies updates
8
9
## v1.3.1 - Jun. 09 2022
10
README.md
@@ -1,4 +1,4 @@
1
-# Go Etcd Cron v1.3.1
+# Go Etcd Cron v1.3.2
This package has been based on the project [https://github.com/robfig/cron](https://github.com/robfig/cron)
@@ -63,7 +63,7 @@ Bump new version number in `CHANGELOG.md` and `README.md`.
63
Commit, tag and create a new release:
64
65
```sh
66
-version="1.3.1"
+version="1.3.2"
67
68
git switch --create release/${version}
69
git add CHANGELOG.md README.md
0 commit comments