Skip to content

Commit

Permalink
1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bentranter committed Jul 18, 2019
1 parent aa3e735 commit 2cf10ad
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [1.22.0] = 2019-07-18

- PR #498 - @hilary - Makefile improvements
- PR #497 - @andrewsomething - Re-add the logic setting LDFLAGS in scripts/stage.sh (Fixes: #496).
- PR #494 - @bentranter - Write JSON for nil slices as [] instead of null
- PR #491 - @hilary - build snap using go mod vendor
- PR #490 - @hilary - consolidate version logic

## [1.21.1] - 2019-07-14

- PR #488 - @hilary - add make changelog using github-release-notes
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.21.1
ENV DOCTL_VERSION=1.22.0

RUN apk add --no-cache curl

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

Expand Down

0 comments on commit 2cf10ad

Please sign in to comment.