Skip to content

Commit

Permalink
Merge pull request #387 from PagerDuty/release-1.4.3
Browse files Browse the repository at this point in the history
Prep v1.4.3 release notes and bump Version const
  • Loading branch information
theckman committed Nov 14, 2021
2 parents 9f7230f + 1b50dde commit 6ab2995
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.3](https://github.com/PagerDuty/go-pagerduty/tree/v1.4.3) (2021-11-13)

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

**Highlights**
- Mitigate PagerDuty REST API bug that would result in a JSON parsing failure when reading an error response from the API. Prior to `v1.4.0` our error parsing logic was not impacted by the bug.

**Merged pull requests**
- Handle unexpected type changes in PagerDuty REST API error responses [\#382](https://github.com/PagerDuty/go-pagerduty/pull/382) [backported via [\#386](https://github.com/PagerDuty/go-pagerduty/pull/386)] ([theckman](https://github.com/theckman))

**Closed issues**
- APIError unmarshaling broken in 1.4 [\#339](https://github.com/PagerDuty/go-pagerduty/pull/339) ([dsymonds](https://github.com/dsymonds))

## [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)
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.2"
Version = "1.4.3"
)

0 comments on commit 6ab2995

Please sign in to comment.