PagerDuty / go-pagerduty

go client library for PagerDuty v2 API
https://v2.developer.pagerduty.com/docs/rest-api
Apache License 2.0
285 stars 241 forks source link

Prepares for 1.9.0 development. #508

Closed ChuckCrawford closed 8 months ago

ChuckCrawford commented 8 months ago

Updates client version for 1.9.0 development.

ChuckCrawford commented 8 months ago

Follow-up of: https://github.com/PagerDuty/go-pagerduty/pull/507

ChuckCrawford commented 8 months ago

This won't be an issue if, e.g., we need to release a security fix that doesn't change any functionality, which would normally be 1.8.1, right?

Correct. We can always cut a branch from the v1.8.0 commit and work from there if necessary.