File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## 6.1.0
6+
57Features:
68 - Check node version before project creation [ #305 ] ( https://github.com/platanus/potassium/pull/305 )
79 - Disable observers in test environment [ #319 ] ( https://github.com/platanus/potassium/pull/319 )
@@ -10,6 +12,7 @@ Features:
1012 - Use a Ruby gem instead of hub to create Github repositories [ #323 ] ( https://github.com/platanus/potassium/pull/323 )
1113 - Add dockerized redis configuration when using background processor [ #329 ] ( https://github.com/platanus/potassium/pull/329 )
1214 - Add beta support for GraphQL. [ #330 ] ( https://github.com/platanus/potassium/pull/330 )
15+ - Add power_api [ #301 ] ( https://github.com/platanus/potassium/pull/301 )
1316
1417
1518Fix:
Original file line number Diff line number Diff line change 11module Potassium
2- VERSION = "6.0 .0"
2+ VERSION = "6.1 .0"
33 RUBY_VERSION = "2.7.0"
44 RAILS_VERSION = "~> 6.0.2"
55 RUBOCOP_VERSION = "~> 0.65.0"
You can’t perform that action at this time.
0 commit comments