File tree 2 files changed +15
-2
lines changed
2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
16
## [ v1.4.0] ( https://github.com/PagerDuty/go-pagerduty/tree/v1.4.0 ) (2021-04-23)
4
17
5
- [ Milestone] ( https://github.com/PagerDuty/go-pagerduty/milestone/3 )
18
+ [ Milestone] ( https://github.com/PagerDuty/go-pagerduty/milestone/3 )
6
19
[ Full Changelog] ( https://github.com/PagerDuty/go-pagerduty/compare/v1.3.0...v1.4.0 )
7
20
8
21
** Highlights**
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ package pagerduty
2
2
3
3
const (
4
4
// Version is current version of this client.
5
- Version = "1.4.0 "
5
+ Version = "1.4.1 "
6
6
)
You can’t perform that action at this time.
0 commit comments