Skip to content

Commit

Permalink
Bump version to 10.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenbinns committed Aug 2, 2023
1 parent 5c19a0b commit 5701e31
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v10.2.3 2nd Aug 2023

### Changed
- Fixed calls to reloading internal cache is the state_machine was made private / protected

## v10.2.2 21st April 2023

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

module Statesman
VERSION = "10.2.2"
VERSION = "10.2.3"
end

0 comments on commit 5701e31

Please sign in to comment.