Skip to content

Commit

Permalink
Releasing 2.0.2 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
judy2k authored May 4, 2017
1 parent d6d37cf commit aca609c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ 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/).

## In Development
## [2.0.2] - 2017-05-04
### Fixed
- All URL-encoded PUT and POST requests are now UTF-8 instead of ISO-8859-1.
- The event url is properly set on a `Call`

### Added
- Number Insight now supports the `cnam` parameter for Standard and Advanced requests.
- The event url is properly set on a `Call`

## [2.0.1] - 2017-03-18
### Changed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repositories {
}
dependencies {
compile 'com.nexmo:client:2.0.1'
compile 'com.nexmo:client:2.0.2'
}
```

Expand All @@ -40,7 +40,7 @@ Add the following to the correct place in your project's POM file:
<dependency>
<groupId>com.nexmo</groupId>
<artifactId>client</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
</dependency>
```

Expand Down

0 comments on commit aca609c

Please sign in to comment.