Skip to content

Commit 1d4119f

Browse files
authored
Bump v13.1.0 (#556)
1 parent 17d08b3 commit 1d4119f

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## v13.1.0 9th October 2025
9+
10+
### Added
11+
12+
- State constants for defining available states [#515](https://github.com/gocardless/statesman/pull/515)
13+
- from_state method to transition history for easier access to previous states [#493](https://github.com/gocardless/statesman/pull/493)
14+
15+
### Fixed
16+
17+
- Fixed transition model generator for namespaced models [#555](https://github.com/gocardless/statesman/pull/555)
18+
19+
### Changed
20+
21+
- Updated README and clarified wording [#444](https://github.com/gocardless/statesman/pull/444)
22+
823
## v13.0.0 29th August 2025
924

1025
### Changes

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 = "13.0.0"
4+
VERSION = "13.1.0"
55
end

0 commit comments

Comments
 (0)