Skip to content

Commit

Permalink
Merge pull request #506 from digitalocean/release-1.23.0
Browse files Browse the repository at this point in the history
1.23.0
  • Loading branch information
hilary authored Jul 22, 2019
2 parents c764353 + 16ffa48 commit c21c6de
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [1.23.0] = 2019-07-22

- PR #505 - @sunny-b - dbaas: add private-network-uuid to create, migrate, and replica create
- PR #503 - @hilary - try proposed work-around for snap in production
- PR #502 - @hilary - adopt shellcheck
- PR #501 - @hilary - add descriptions to `make help`

## [1.22.0] = 2019-07-18

- PR #498 - @hilary - Makefile improvements
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.8

ENV DOCTL_VERSION=1.22.0
ENV DOCTL_VERSION=1.23.0

RUN apk add --no-cache curl

Expand Down
2 changes: 1 addition & 1 deletion doit.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var (
// DoitVersion is doit's version.
DoitVersion = Version{
Major: 1,
Minor: 22,
Minor: 23,
Patch: 0,
Label: "dev",
}
Expand Down

0 comments on commit c21c6de

Please sign in to comment.