Skip to content

Commit

Permalink
Bump version to 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
odinsride committed Aug 14, 2021
1 parent 9efd03d commit 0be6422
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/application.rb
Expand Up @@ -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
Expand Down

0 comments on commit 0be6422

Please sign in to comment.