Skip to content

Commit

Permalink
descriptionChnaged
Browse files Browse the repository at this point in the history
  • Loading branch information
ajay-plivo committed May 2, 2024
1 parent ec5c93a commit 72dae98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Change Log

## [7.46.1](https://github.com/plivo/plivo-go/tree/v7.46.1) (2024-04-26)
**Feature - SubAccount and GeoMatch**
- Added sub_account and geo_match support
## [7.47.0](https://github.com/plivo/plivo-go/tree/v7.47.0) (2024-05-02)
**Feature - Added SubAccount and GeoMatch for PIN related params for Create Masking Session API of Number Masking.**
- Added sub_account and geo_match support in MaskingSession APIs

## [7.46.0](https://github.com/plivo/plivo-go/tree/v7.46.0) (2024-04-18)
**Feature - Support for dynamic button components when sending a templated WhatsApp message**
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.46.1"
const sdkVersion = "7.47.0"

const lookupBaseUrl = "lookup.plivo.com"

Expand Down

0 comments on commit 72dae98

Please sign in to comment.