We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d310b00 + 6873309 commit 1f5966eCopy full SHA for 1f5966e
2 files changed
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## To Be Released
4
5
+## v2.1.0
6
+
7
* fix: makes the CI pass
8
* feat(network): add missing fields to network and IPAM `CapabilitiesResponse`
9
* feat(network): add type `CreateNetworkRequestOptions`
README.md
@@ -1,4 +1,4 @@
1
-# go-plugins-helpers v2.0.0
+# go-plugins-helpers v2.1.0
A collection of helper packages to extend Docker Engine in Go
@@ -29,7 +29,7 @@ Bump new version number in:
29
Commit, tag and create a new release:
30
31
```sh
32
-version="2.0.0"
+version="2.1.0"
33
34
git switch --create release/${version}
35
git add CHANGELOG.md README.md
0 commit comments