Skip to content

Commit 80a2b37

Browse files
committed
Bump version to 10.2.0
1 parent e6c11eb commit 80a2b37

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)