From 4d88e3abd01a4ae5687da96a2fadb2720621826b Mon Sep 17 00:00:00 2001 From: Scott Fleckenstein Date: Fri, 19 Feb 2016 11:06:41 -0800 Subject: [PATCH] Bump to v0.4.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef020842..022f55c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ bumps. A breaking change will get clearly notified in this log. ## [Unreleased] +## [v0.4.0] - 2016-02-19 + ### Added - Add `horizon db migrate [up|down|redo]` commands, used for installing schema migrations. This work is in service of porting the horizon-importer project directly to horizon. @@ -37,7 +39,8 @@ bumps. A breaking change will get clearly notified in this log. ### Added - Github releases are created from tagged travis builds automatically -[Unreleased]: https://github.com/stellar/horizon/compare/v0.3.0...master +[Unreleased]: https://github.com/stellar/horizon/compare/v0.4.0...master +[v0.4.0]: https://github.com/stellar/horizon/compare/v0.3.0...v0.4.0 [v0.3.0]: https://github.com/stellar/horizon/compare/v0.2.0...v0.3.0 [v0.2.0]: https://github.com/stellar/horizon/compare/v0.1.1...v0.2.0 [v0.1.1]: https://github.com/stellar/horizon/compare/v0.1.0...v0.1.1