Skip to content

Commit

Permalink
release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Nov 28, 2019
1 parent 1219205 commit 5181fe2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@ env:
script:
- make test

branches:
only:
- master

matrix:
fast_finish: true

before_deploy:
- make dist

deploy:
provider: releases
api_key:
Expand All @@ -30,3 +29,6 @@ deploy:
tags: true
go: 1.13.x
skip_cleanup: true

after_deploy:
- make release-push
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 1.5.0 (November 28 2019)

ADDITIONS

- add support for ALIAS and CAA resource records

IMPROVEMENTS

- namecheap: upgrade terraform to terraform-plugin-sdk v1.3.0
- build: compile with Go 1.12 and 1.13, modernize dist step

## 1.4.0 (August 7th 2019)

ADDITIONS
Expand Down
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION="1.4.0"
VERSION="1.5.0"
TEST?=$$(go list ./... |grep -v 'vendor')
GOFMT_FILES?=$$(find . -name '*.go' |grep -v vendor)

Expand Down

0 comments on commit 5181fe2

Please sign in to comment.