From 50202552f2c8991cc4a3f3609d55d119f31baab1 Mon Sep 17 00:00:00 2001 From: Pawel Date: Fri, 22 Mar 2024 16:24:58 -0700 Subject: [PATCH] feat: release v1.14.0 --- client/client.go | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/client.go b/client/client.go index 54c1b4ec..fadf54f5 100644 --- a/client/client.go +++ b/client/client.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Rollbar, Inc. + * Copyright (c) 2024 Rollbar, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -34,7 +34,7 @@ import ( // DefaultBaseURL is the default base URL for the Rollbar API. const DefaultBaseURL = "https://api.rollbar.com" -const Version = "v1.13.1" +const Version = "v1.14.0" // RollbarAPIClient is a client for the Rollbar API. type RollbarAPIClient struct { diff --git a/package.json b/package.json index a51e607f..26bc043f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "terraform-provider-rollbar", - "version": "1.13.1", + "version": "1.14.0", "description": "Terraform provider for Rollbar.com", "directories": { "doc": "docs",