Skip to content

Commit

Permalink
Upgrade version after CVE fix (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
aayush-plivo authored Mar 14, 2023
1 parent 0c434ed commit f215e26
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.24.0](https://github.com/plivo/plivo-go/tree/v7.24.0) (2023-03-14)
**Fix - Add fix for CVE-2020-26160 and CVE-2022-32149**
- Upgrade dependencies to fix security vulnerabilities.

## [7.23.0](https://github.com/plivo/plivo-go/tree/v7.23.0) (2023-03-03)
**Feature - Added New Param 'is_domestic' in Get Message and List Message APIs**
- Add `is_domestic` to the response for the [list all messages API](https://www.plivo.com/docs/sms/api/message/list-all-messages/) and the [get message details API](https://www.plivo.com/docs/sms/api/message#retrieve-a-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.23.0"
const sdkVersion = "7.24.0"

const lookupBaseUrl = "lookup.plivo.com"

Expand Down

0 comments on commit f215e26

Please sign in to comment.