Skip to content

Commit 57ce42c

Browse files
authored
Merge pull request #333 from platanus/release-6.1.0
chore(): release v6.1.0
2 parents 8a282e9 + 44da5ca commit 57ce42c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 6.1.0
6+
57
Features:
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

1518
Fix:

lib/potassium/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module 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"

0 commit comments

Comments
 (0)