Skip to content

Commit

Permalink
Merge pull request #353 from PagerDuty/release_notes_v1.4.2
Browse files Browse the repository at this point in the history
prep v1.4.2 release notes and version bump
  • Loading branch information
theckman committed Aug 30, 2021
2 parents 77565cd + b0d6593 commit de12ef5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [v1.4.2](https://github.com/PagerDuty/go-pagerduty/tree/v1.4.2) (2021-08-30)

[Milestone](https://github.com/PagerDuty/go-pagerduty/milestone/5)
[Full Changelog](https://github.com/PagerDuty/go-pagerduty/compare/v1.4.1...v1.4.2)

**Highlights**
- Fix bug that prevented CreateService() from working when SupportHours and ScheduledActions were unset.

**Merged pull requests**
- Add omitempty on Service.SupportHours and Service.ScheduledActions [\#352](https://github.com/PagerDuty/go-pagerduty/pull/352) ([theckman](https://github.com/theckman))

**Closed issues**
- Backward incompatability - CreateService - existing setup works in 1.3.0 but not in 1.4.x [\#346](https://github.com/PagerDuty/go-pagerduty/pull/346) ([onikroo](https://github.com/onikroo))

## [v1.4.1](https://github.com/PagerDuty/go-pagerduty/tree/v1.4.1) (2021-05-13)

[Milestone](https://github.com/PagerDuty/go-pagerduty/milestone/4)
Expand Down
2 changes: 1 addition & 1 deletion constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package pagerduty

const (
// Version is current version of this client.
Version = "1.4.1"
Version = "1.4.2"
)

0 comments on commit de12ef5

Please sign in to comment.