From b3b7854eebba2b638128a4f7478023e040e08c1a Mon Sep 17 00:00:00 2001 From: Kevin Custer Date: Tue, 13 Dec 2022 07:48:56 -0500 Subject: [PATCH] Bump version number, update CHANGELOG --- CHANGELOG.md | 6 ++++++ config/application.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f1d500..3cb87d3 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.5] - 2022-12-13 + +### Changed +- Disabled user registrations. This project is planned to be sunset in the near future. + ## [v1.8.4] - 2021-08-14 ### Fixed @@ -291,6 +296,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [Unreleased]: https://github.com/odinsride/olubalance/compare/v1.8.4...develop +[v1.8.5]: https://github.com/odinsride/olubalance/compare/v1.8.4...v1.8.5 [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 diff --git a/config/application.rb b/config/application.rb index 8cb034d..aa4df67 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.4" + config.version = "1.8.5" # Settings in config/environments/* take precedence over those specified here. # Application configuration can go into files in config/initializers