Skip to content

Commit da1996d

Browse files
authored
Merge pull request #506 from gocardless/bump-version-10-2
Bump version to 10.2.0
2 parents e6c11eb + 80a2b37 commit da1996d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v10.2.0 3rd April 2023
2+
3+
### Changed
4+
- Fixed caching of `last_transition` [#505](https://github.com/gocardless/statesman/pull/505)
5+
16
## v10.1.0 10th March 2023
27

38
### CHanged

lib/statesman/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Statesman
4-
VERSION = "10.1.0"
4+
VERSION = "10.2.0"
55
end

0 commit comments

Comments
 (0)