Skip to content

Commit

Permalink
Bump version to 5.2.0.rc1
Browse files Browse the repository at this point in the history
- Change Factory loading mechanism to FactoryBots supported mechanism
  • Loading branch information
tvdeyen committed Feb 17, 2021
1 parent 796422d commit 7abf391
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 5.2.0.rc1 (2021-02-17)

### Changes

- Change Factory loading mechanism to FactoryBots supported mechanism [#2030](https://github.com/AlchemyCMS/alchemy_cms/pull/2030) ([mamhoff](https://github.com/mamhoff))

## 5.2.0.b1 (2021-02-11)

### Features
Expand Down
2 changes: 1 addition & 1 deletion lib/alchemy/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Alchemy
VERSION = "5.2.0.b1"
VERSION = "5.2.0.rc1"

def self.version
VERSION
Expand Down

0 comments on commit 7abf391

Please sign in to comment.