Skip to content

Commit c21c6de

Browse files
authored
Merge pull request #506 from digitalocean/release-1.23.0
1.23.0
2 parents c764353 + 16ffa48 commit c21c6de

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [1.23.0] = 2019-07-22
4+
5+
- PR #505 - @sunny-b - dbaas: add private-network-uuid to create, migrate, and replica create
6+
- PR #503 - @hilary - try proposed work-around for snap in production
7+
- PR #502 - @hilary - adopt shellcheck
8+
- PR #501 - @hilary - add descriptions to `make help`
9+
310
## [1.22.0] = 2019-07-18
411

512
- PR #498 - @hilary - Makefile improvements

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:3.8
22

3-
ENV DOCTL_VERSION=1.22.0
3+
ENV DOCTL_VERSION=1.23.0
44

55
RUN apk add --no-cache curl
66

doit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ var (
5050
// DoitVersion is doit's version.
5151
DoitVersion = Version{
5252
Major: 1,
53-
Minor: 22,
53+
Minor: 23,
5454
Patch: 0,
5555
Label: "dev",
5656
}

0 commit comments

Comments
 (0)