Skip to content

Commit fb8f7bf

Browse files
authored
Prep for v1.7.0 release (#483)
* Release v1.7.0 * Remove superfluous change from changelog.
1 parent b6aa0d7 commit fb8f7bf

File tree

3 files changed

+20
-9
lines changed

3 files changed

+20
-9
lines changed

CHANGELOG.md

+18-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## What's Changed
4+
* Upgades Go and dependencies by @ChuckCrawford in https://github.com/PagerDuty/go-pagerduty/pull/466
5+
* Add Incident Notification Subscribers by @caveman280 in https://github.com/PagerDuty/go-pagerduty/pull/461
6+
* Implement Event Orchestrations API by @EronWright in https://github.com/PagerDuty/go-pagerduty/pull/450
7+
8+
## New Contributors
9+
* @caveman280 made their first contribution in https://github.com/PagerDuty/go-pagerduty/pull/461
10+
* @EronWright made their first contribution in https://github.com/PagerDuty/go-pagerduty/pull/450
11+
12+
**Full Changelog**: https://github.com/PagerDuty/go-pagerduty/compare/v1.6.0...v1.7.0
13+
314
## [v1.6.0](https://github.com/PagerDuty/go-pagerduty/tree/v1.6.0) (2022-09-21)
415

516
[Full Changelog](https://github.com/PagerDuty/go-pagerduty/compare/v1.5.0...1.6.0)
@@ -34,7 +45,7 @@ As always, we welcome your feedback on this decision via a GitHub issue.
3445

3546
## [v1.5.1](https://github.com/PagerDuty/go-pagerduty/tree/v1.5.1) (2022-04-24) - Bug Fixes
3647

37-
[Milestone](https://github.com/PagerDuty/go-pagerduty/milestone/8)
48+
[Milestone](https://github.com/PagerDuty/go-pagerduty/milestone/8)
3849
[Full Changelog](https://github.com/PagerDuty/go-pagerduty/compare/v1.5.0...v1.5.1)
3950

4051
**Highlights**
@@ -53,7 +64,7 @@ None
5364

5465
## [v1.5.0](https://github.com/PagerDuty/go-pagerduty/tree/v1.5.0) (2022-01-22) - BREAKING CHANGES
5566

56-
[Milestone](https://github.com/PagerDuty/go-pagerduty/milestone/2)
67+
[Milestone](https://github.com/PagerDuty/go-pagerduty/milestone/2)
5768
[Full Changelog](https://github.com/PagerDuty/go-pagerduty/compare/v1.4.3...v1.5.0)
5869

5970
**NOTICE**
@@ -155,7 +166,7 @@ We commit henceforth to maintaining API compatibility for future v1 releases.
155166

156167
## [v1.4.3](https://github.com/PagerDuty/go-pagerduty/tree/v1.4.3) (2021-11-13)
157168

158-
[Milestone](https://github.com/PagerDuty/go-pagerduty/milestone/6)
169+
[Milestone](https://github.com/PagerDuty/go-pagerduty/milestone/6)
159170
[Full Changelog](https://github.com/PagerDuty/go-pagerduty/compare/v1.4.2...v1.4.3)
160171

161172
**Highlights**
@@ -169,7 +180,7 @@ We commit henceforth to maintaining API compatibility for future v1 releases.
169180

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

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

175186
**Highlights**
@@ -183,7 +194,7 @@ We commit henceforth to maintaining API compatibility for future v1 releases.
183194

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

186-
[Milestone](https://github.com/PagerDuty/go-pagerduty/milestone/4)
197+
[Milestone](https://github.com/PagerDuty/go-pagerduty/milestone/4)
187198
[Full Changelog](https://github.com/PagerDuty/go-pagerduty/compare/v1.4.0...v1.4.1)
188199

189200
**Highlights**
@@ -196,7 +207,7 @@ We commit henceforth to maintaining API compatibility for future v1 releases.
196207

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

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

202213
**Highlights**
@@ -241,7 +252,7 @@ We commit henceforth to maintaining API compatibility for future v1 releases.
241252
- Add context.Context support to * (fixes [\#267](https://github.com/PagerDuty/go-pagerduty/issues/267)) ([theckman](https://github.com/theckman/))
242253
- [\#283](https://github.com/PagerDuty/go-pagerduty/pull/283), [\#284](https://github.com/PagerDuty/go-pagerduty/pull/284), [\#285](https://github.com/PagerDuty/go-pagerduty/pull/285), [\#286](https://github.com/PagerDuty/go-pagerduty/pull/286), [\#287](https://github.com/PagerDuty/go-pagerduty/pull/287), [\#288](https://github.com/PagerDuty/go-pagerduty/pull/288)
243254
- [\#289](https://github.com/PagerDuty/go-pagerduty/pull/289), [\#290](https://github.com/PagerDuty/go-pagerduty/pull/290), [\#291](https://github.com/PagerDuty/go-pagerduty/pull/291), [\#292](https://github.com/PagerDuty/go-pagerduty/pull/292), [\#293](https://github.com/PagerDuty/go-pagerduty/pull/293), [\#294](https://github.com/PagerDuty/go-pagerduty/pull/294)
244-
- [\#297](https://github.com/PagerDuty/go-pagerduty/pull/297), [\#298](https://github.com/PagerDuty/go-pagerduty/pull/298), [\#299](https://github.com/PagerDuty/go-pagerduty/pull/299), [\#300](https://github.com/PagerDuty/go-pagerduty/pull/300), [\#301](https://github.com/PagerDuty/go-pagerduty/pull/301), [\#303](https://github.com/PagerDuty/go-pagerduty/pull/303)
255+
- [\#297](https://github.com/PagerDuty/go-pagerduty/pull/297), [\#298](https://github.com/PagerDuty/go-pagerduty/pull/298), [\#299](https://github.com/PagerDuty/go-pagerduty/pull/299), [\#300](https://github.com/PagerDuty/go-pagerduty/pull/300), [\#301](https://github.com/PagerDuty/go-pagerduty/pull/301), [\#303](https://github.com/PagerDuty/go-pagerduty/pull/303)
245256
- [\#306](https://github.com/PagerDuty/go-pagerduty/pull/306), [\#307](https://github.com/PagerDuty/go-pagerduty/pull/307), [\#308](https://github.com/PagerDuty/go-pagerduty/pull/308), [\#309](https://github.com/PagerDuty/go-pagerduty/pull/309), [\#322](https://github.com/PagerDuty/go-pagerduty/pull/322)
246257
- Add support for Service Event Rules [\#304](https://github.com/PagerDuty/go-pagerduty/pull/304) ([mrzacarias](https://github.com/mrzacarias))
247258
- teams and services analytics endpoints [\#312](https://github.com/PagerDuty/go-pagerduty/pull/312) ([newbootz](https://github.com/newbootz))

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ go-pagerduty is a CLI and [go](https://golang.org/) client library for the [Page
77

88
To add the latest stable version to your project:
99
```cli
10-
go get github.com/PagerDuty/go-pagerduty@v1.6
10+
go get github.com/PagerDuty/go-pagerduty@v1.7
1111
```
1212

1313
If you instead wish to work with the latest code from main:

client.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
)
2626

2727
// Version is current version of this client.
28-
const Version = "1.7.0-alpha"
28+
const Version = "1.8.0-alpha"
2929

3030
const (
3131
apiEndpoint = "https://api.pagerduty.com"

0 commit comments

Comments
 (0)