We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6c11eb + 80a2b37 commit da1996dCopy full SHA for da1996d
CHANGELOG.md
@@ -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
6
## v10.1.0 10th March 2023
7
8
### CHanged
lib/statesman/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Statesman
- VERSION = "10.1.0"
+ VERSION = "10.2.0"
end
0 commit comments