Skip to content

Commit

Permalink
v2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmingoia committed Nov 8, 2024
1 parent faa07fa commit 445d147
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [2.10.0] -- 2024-11-08

- Add `rootly_on_call_role` resource
- Add `required_operator` and `placement_operator` to `rootly_form_field_placement`

## [2.9.0] -- 2024-11-04

- Add `service_now_ci_sys_id` to `rootly_functionality` resource.
Expand Down
2 changes: 1 addition & 1 deletion client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type Client struct {
func (c *Client) Do(req *http.Request) (*http.Response, error) {
req.Header.Set("Authorization", fmt.Sprintf("Bearer %s", c.Token))
req.Header.Set("Content-Type", c.ContentType)
req.Header.Set("User-Agent", "terraform-provider-rootly/v2.7.1")
req.Header.Set("User-Agent", "terraform-provider-rootly/v2.10.0")

res, err := c.Rootly.Client.Do(req)
if err != nil {
Expand Down

0 comments on commit 445d147

Please sign in to comment.