From e23a2379f03f00ce227d1b2255053f3575988484 Mon Sep 17 00:00:00 2001 From: Scott Fleckenstein Date: Mon, 20 Mar 2017 12:13:37 -0500 Subject: [PATCH] Bump to v0.9.0 --- CHANGELOG.md | 8 +++++++- src/github.com/nullstyle/mcdev | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) create mode 160000 src/github.com/nullstyle/mcdev diff --git a/CHANGELOG.md b/CHANGELOG.md index f46ee91c..f2a4c53e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,13 @@ bumps. A breaking change will get clearly notified in this log. ## [Unreleased] +--- + +## [v0.9.0] - 2017-03-20 + ### Added - Horizon now exposes the stellar network protocol in several places: It shows the currently reported protocol version (as returned by the stellar-core `info` command) on the root endpoint, and it reports the protocol version of each ledger resource. +- Trade resources now include a `created_at` timestamp ### Fixed @@ -142,7 +147,8 @@ This release contains the initial implementation of the "Abridged History System ### Added - Github releases are created from tagged travis builds automatically -[Unreleased]: https://github.com/stellar/horizon/compare/v0.8.0...master +[Unreleased]: https://github.com/stellar/horizon/compare/v0.9.0...master +[v0.9.0]: https://github.com/stellar/horizon/compare/v0.8.0...v0.9.0 [v0.8.0]: https://github.com/stellar/horizon/compare/v0.7.1...v0.8.0 [v0.7.1]: https://github.com/stellar/horizon/compare/v0.7.0...v0.7.1 [v0.7.0]: https://github.com/stellar/horizon/compare/v0.6.2...v0.7.0 diff --git a/src/github.com/nullstyle/mcdev b/src/github.com/nullstyle/mcdev new file mode 160000 index 00000000..8fe0d233 --- /dev/null +++ b/src/github.com/nullstyle/mcdev @@ -0,0 +1 @@ +Subproject commit 8fe0d23300db99048244cff171304b7c48d5e414