diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dc8ff7..7f1d500 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] changes +## [v1.8.4] - 2021-08-14 + +### Fixed +- Fix ordering of transactions on summary page + ## [v1.8.3] - 2021-08-13 ### New @@ -285,7 +290,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Account overview with list of all accounts and balances for each -[Unreleased]: https://github.com/odinsride/olubalance/compare/v1.8.3...develop +[Unreleased]: https://github.com/odinsride/olubalance/compare/v1.8.4...develop +[v1.8.4]: https://github.com/odinsride/olubalance/compare/v1.8.3...v1.8.4 [v1.8.3]: https://github.com/odinsride/olubalance/compare/v1.8.2...v1.8.3 [v1.8.2]: https://github.com/odinsride/olubalance/compare/v1.8.1...v1.8.2 [v1.8.1]: https://github.com/odinsride/olubalance/compare/v1.8.0...v1.8.1 diff --git a/config/application.rb b/config/application.rb index 9a748f1..8cb034d 100644 --- a/config/application.rb +++ b/config/application.rb @@ -23,7 +23,7 @@ class Application < Rails::Application config.load_defaults 6.0 # olubalance Version - config.version = "1.8.3" + config.version = "1.8.4" # Settings in config/environments/* take precedence over those specified here. # Application configuration can go into files in config/initializers