Skip to content

Commit

Permalink
Merge pull request #331 from PagerDuty/v1.4.1-release-notes
Browse files Browse the repository at this point in the history
Update Changelog and Version for v1.4.1
  • Loading branch information
theckman committed May 14, 2021
2 parents 4ee8f43 + 329fcab commit e23b94c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
# Changelog

## [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)
[Full Changelog](https://github.com/PagerDuty/go-pagerduty/compare/v1.4.0...v1.4.1)

**Highlights**
- Fix bugs that impacted pagination of both tags and business services

**Merged pull requests**

- Fix query params on tags [\#329](https://github.com/PagerDuty/go-pagerduty/pull/329) ([jfmyers9](https://github.com/jfmyers9))
- Fix pagination within ListBusinessServices + Paginated [\#330](https://github.com/PagerDuty/go-pagerduty/pull/330) ([theckman](https://github.com/theckman))

## [v1.4.0](https://github.com/PagerDuty/go-pagerduty/tree/v1.4.0) (2021-04-23)

[Milestone](https://github.com/PagerDuty/go-pagerduty/milestone/3)
[Milestone](https://github.com/PagerDuty/go-pagerduty/milestone/3)
[Full Changelog](https://github.com/PagerDuty/go-pagerduty/compare/v1.3.0...v1.4.0)

**Highlights**
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.0"
Version = "1.4.1"
)

0 comments on commit e23b94c

Please sign in to comment.