Skip to content

Commit

Permalink
update change log (#1233)
Browse files Browse the repository at this point in the history
  • Loading branch information
poliha authored and ire-and-curses committed May 2, 2019
1 parent 593f5ab commit 9888eb5
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 9888eb5

Please sign in to comment.