Skip to content

Commit 8a5d427

Browse files
Updated CHANGELOG.md
1 parent 178c607 commit 8a5d427

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ If you find out that something was not addressed properly, please submit an issu
2525
- Removed `Email IP` and `Email Domain IPs` endpoints as they are now deprecated and are no longer supported.
2626
- Added `[JsonObject]` and `[JsonProperty]` annotations to models for improved JSON Serialization/Deserialization for Newtonsoft.Json based consumers.
2727
- Added System.Text.Json support for consumers using .NET Core 3.0 or later.
28+
- Added `IDisposable` for all `IApiAccessor` implementations.
2829

2930
### Changed
3031
⚠️ In addition to the changes listed below some products might also contain breaking changes as some of the API endpoints have changed since last major release.
@@ -38,7 +39,8 @@ If you have issues when migrating the existing implementation, please check the
3839
- Introduced unified `IysRecipientType` class which replaces `SmsIysRecipientType`.
3940
- Introduced unified `UrlOptions` class which replaces `SmsUrlOptions`.
4041
- `ErrorContent` and `Headers` fields in `ApiException` now have private setters.
41-
- [Polly](https://github.com/App-vNext/Polly) dependency was bumped to version 7.2.4.
42+
- Bumped `Polly` dependency to version `7.2.4`
43+
- Bumped `RestSharp` dependency to version `106.12.0`
4244

4345
### Fixed
4446
- bug: 400 error when receiving forwarding SMS message (https://github.com/infobip/infobip-api-csharp-client/issues/44)

0 commit comments

Comments
 (0)