Skip to content

Commit e23b94c

Browse files
committedMay 14, 2021
Merge pull request #331 from PagerDuty/v1.4.1-release-notes
Update Changelog and Version for v1.4.1
2 parents 4ee8f43 + 329fcab commit e23b94c

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed
 

‎CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
# Changelog
22

3+
## [v1.4.1](https://github.com/PagerDuty/go-pagerduty/tree/v1.4.1) (2021-05-13)
4+
5+
[Milestone](https://github.com/PagerDuty/go-pagerduty/milestone/4)
6+
[Full Changelog](https://github.com/PagerDuty/go-pagerduty/compare/v1.4.0...v1.4.1)
7+
8+
**Highlights**
9+
- Fix bugs that impacted pagination of both tags and business services
10+
11+
**Merged pull requests**
12+
13+
- Fix query params on tags [\#329](https://github.com/PagerDuty/go-pagerduty/pull/329) ([jfmyers9](https://github.com/jfmyers9))
14+
- Fix pagination within ListBusinessServices + Paginated [\#330](https://github.com/PagerDuty/go-pagerduty/pull/330) ([theckman](https://github.com/theckman))
15+
316
## [v1.4.0](https://github.com/PagerDuty/go-pagerduty/tree/v1.4.0) (2021-04-23)
417

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

821
**Highlights**

‎constants.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ package pagerduty
22

33
const (
44
// Version is current version of this client.
5-
Version = "1.4.0"
5+
Version = "1.4.1"
66
)

0 commit comments

Comments
 (0)