Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
odinsride committed Aug 13, 2021
1 parent acf0b56 commit a25e506
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased] changes

## [v1.8.3] - 2021-08-13

### New
- Added a Summary Mailer to allow emailing of the daily summary report

### Chores
- Update all dependencies

## [v1.8.2] - 2021-07-31

### Fixed
Expand Down Expand Up @@ -277,7 +285,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.2...develop
[Unreleased]: https://github.com/odinsride/olubalance/compare/v1.8.3...develop
[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
[v1.8.0]: https://github.com/odinsride/olubalance/compare/v1.7.3...v1.8.0
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.2"
config.version = "1.8.3"

# 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 a25e506

Please sign in to comment.