Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Release v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
russellcardullo committed Sep 13, 2020
1 parent 1e8065c commit 5d2681f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: release
on:
push:
branches:
- master
tags:
- 'v*'
jobs:
Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,27 @@
## Unreleased

## 1.1.2 (September 13, 2020)

NEW FEATURES:

* Add support for managing teams, contacts, users (#36)
* Allow adding users to teams (#61)

IMPROVEMENTS:

* Add responsetimethreshold to checks (#36)
* CI improvements (#48)
* Documentation improvements (#45)
* Uses latest patch version of go in CI builds (#50)
* Update to terraform 0.12.17 (#51)
* Update to terraform 0.12.18 (#51, #54)
* Migrate to terraform-plugin-sdk (#65)
* Sort tags on write to prevent unnecessary diffs (#58)
* Documentation improvements (#53, #66, #67)
* Use GitHub actions for builds and releases (#72)

BUG FIXES:
* Include existing probefilter values on reads (#47)
* Fix issue importing contacts (#60)

## 1.1.1 (October 5, 2019)

Expand Down

0 comments on commit 5d2681f

Please sign in to comment.