Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Add links to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
louy committed Mar 15, 2019
1 parent 3c76255 commit 8ba279e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# v0.3.0
- resource monitor: fix support for `recurrence` and `threshold` in `alert_contact` (#18)
- make release builds more portable by adding the `CGO_ENABLED=0` flag (#19)
- resource monitor: fix support for `recurrence` and `threshold` in `alert_contact` ([#18](https://github.com/louy/terraform-provider-uptimerobot/pull/18) by [@drubin](https://github.com/drubin))
- make release builds more portable by adding the `CGO_ENABLED=0` flag ([#19](https://github.com/louy/terraform-provider-uptimerobot/pull/19) by [@Novex](https://github.com/Novex))

# v0.2.1
- resource monitor: fix broken `port` monitor type (#17)
- resource monitor: fix broken `port` monitor type ([#17](https://github.com/louy/terraform-provider-uptimerobot/pull/17) by [@louy](https://github.com/louy))

# v0.2.0
- resource monitor: add support for interval attribute (#7)
- resource monitor: remove ForceNew on url (#12)
- various documentation updates (#8, #10)
- resource monitor: add support for interval attribute ([#7](https://github.com/louy/terraform-provider-uptimerobot/pull/7) by [@nhamlh](https://github.com/nhamlh))
- resource monitor: remove ForceNew on url ([#12](https://github.com/louy/terraform-provider-uptimerobot/pull/12) by [@drubin](https://github.com/drubin))
- various documentation updates ([#8](https://github.com/louy/terraform-provider-uptimerobot/pull/8) and [#10](https://github.com/louy/terraform-provider-uptimerobot/pull/10) by [@drubin](https://github.com/drubin))

# v0.1.1
- Fix a bug in resourceMonitorUpdate (#5)
- Fix a crash in resourceMonitorGet when the monitor doesn't exist (#6)
- Fix a bug in resourceMonitorUpdate ([#5](https://github.com/louy/terraform-provider-uptimerobot/pull/5) by [@nhamlh](https://github.com/nhamlh))
- Fix a crash in resourceMonitorGet when the monitor doesn't exist ([#6](https://github.com/louy/terraform-provider-uptimerobot/pull/6) by [@louy](https://github.com/louy))

# v0.1.0
- initial release
- initial release (by [@louy](https://github.com/louy))

0 comments on commit 8ba279e

Please sign in to comment.