Skip to content

Commit

Permalink
Update CHANGELOG to reflect release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Crow committed May 29, 2018
1 parent 7b0a41f commit b021989
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ 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/).
## [Development]

## [3.5.0] - 2018-05-29
### Changed
- Updated `VerifyClient` to use the JSON endpoints instead of XML.
- Updated endpoints which are used by `VerifyClient` from public to package scope in order to encourage usage through `VerifyClient`.
Expand All @@ -24,13 +25,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Added `VerifyStatus` enumeration to use for statuses coming back from the verify endpoint.
- Added `VerifyResponse`, `CheckResponse`, and `SearchVerifyResponse` for JSON responses to match other JSON using endpoints.
- Added `VerifyMethod`, `CheckMethod`, and `SearchMethod` for better segregation between endpoint and method classes.
- Add `split` attribute to the `RecordNcco` object.

### Fixed
- Updated `ConversationNcco`'s `musicOnHoldUrl` to serialize into an array for use in the Voice API.

### Added
- Add `split` attribute to the `RecordNcco` object.

## [3.4.1] - 2018-05-11

### Changed
Expand Down

0 comments on commit b021989

Please sign in to comment.