From 24dced72b1a803f46abe3746767ed6404d0b41c5 Mon Sep 17 00:00:00 2001 From: Pawel Date: Thu, 12 Sep 2024 21:48:33 -0700 Subject: [PATCH] fix: release v1.15.1 --- client/client.go | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/client.go b/client/client.go index 6592bc95..030c65af 100644 --- a/client/client.go +++ b/client/client.go @@ -34,7 +34,7 @@ import ( // DefaultBaseURL is the default base URL for the Rollbar API. const DefaultBaseURL = "https://api.rollbar.com" -const Version = "v1.15.0" +const Version = "v1.15.1" // RollbarAPIClient is a client for the Rollbar API. type RollbarAPIClient struct { diff --git a/package.json b/package.json index a3d3003c..3c9bd915 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "terraform-provider-rollbar", - "version": "1.15.0", + "version": "1.15.1", "description": "Terraform provider for Rollbar.com", "directories": { "doc": "docs",