Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
SMadani committed Jan 15, 2024
1 parent bc4b6f9 commit 18cdbbc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

# [8.2.0] - 2024-01-??
- Added Number Insight v2 API implementation
- New webhook deserialisation POJOs for Voice: `AnswerWebhook` and `EventWebhook`
- `toString`, `equals` and `hashCode` implemented for all domain response objects

# [8.1.0] - 2024-01-04
- Added various missing fields in Messages API:
- `webhook_version` and `webhook_url` for all outbound messages
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/vonage/client/JsonableBaseObject.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* In addition to the {@link Jsonable} interface, this class provides reflective implementations
* of {@code equals}, {@code hashCode} and {@code toString} methods based on the class's fields.
*
* @since 8.3.0
* @since 8.2.0
*/
public abstract class JsonableBaseObject implements Jsonable {

Expand Down

0 comments on commit 18cdbbc

Please sign in to comment.