Skip to content

Commit

Permalink
update change log (#1233)
Browse files Browse the repository at this point in the history
  • Loading branch information
poliha committed May 3, 2019
1 parent 97be3e7 commit f8a4ad7
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions clients/horizonclient/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,19 @@ All notable changes to this project will be documented in this
file. This project adheres to [Semantic Versioning](http://semver.org/).


## [v1.1.0] - (draft release)
## [v1.1.0](https://github.com/stellar/go/releases/tag/horizonclient-v1.1.0) - 2019-02-02

### Added

- `Client.Root()` method for querying the root endpoint of a horizon server.
- Support for returning concrete effect types[#1217](https://github.com/stellar/go/pull/1217)
- Fix when no HTTP client is provided

### Changes
### Changes

- `Client.Fund()` now returns `TransactionSuccess` instead of a http response pointer.


## [v1.0.0](https://github.com/stellar/go/releases/tag/horizonclient-v1.0) - 2019-04-26

* Initial release

0 comments on commit f8a4ad7

Please sign in to comment.