Skip to content

Commit

Permalink
Changelog and version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
eshangupta-plivo committed Nov 29, 2023
1 parent 4c4743f commit 0895076
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [7.43.0](https://github.com/plivo/plivo-go/tree/v7.43.0) (2023-11-29)
**Bug Fix - Create Powerpack and Update Powerpack**
- Create Powerpack and Update Powerpack now take boolean inputs for sticky sender and local connect.

## [7.42.0](https://github.com/plivo/plivo-go/tree/v7.42.0) (2023-11-07)
**Feature - Campaign List API Enhancements**
- registration_status field in LIST API
Expand Down
2 changes: 1 addition & 1 deletion baseclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"github.com/google/go-querystring/query"
)

const sdkVersion = "7.42.0"
const sdkVersion = "7.43.0"

const lookupBaseUrl = "lookup.plivo.com"

Expand Down

0 comments on commit 0895076

Please sign in to comment.