build: bump version 1.13.0 -> 1.13.1

This commit is contained in:
2025-03-17 04:16:28 +00:00
parent d7d85bd01d
commit 7a9680d988
2 changed files with 15 additions and 1 deletions

View File

@ -17,5 +17,5 @@ commitizen:
prerelease_offset: 1
tag_format: $version
update_changelog_on_bump: false
version: 1.13.0
version: 1.13.1
version_scheme: semver

View File

@ -1,3 +1,17 @@
## 1.13.1 (2025-03-17)
### Fixes
- **devops**: After fetching feature flags dont attempt to access results unless status=200
- **docker**: only download feature flags when not a worker
- **devops**: Use correct stderr function when using feature_flag management command
- **devops**: Cater for connection timeout when fetching feature flags
- when building feature flag version, use first 8 chars of build hash
### Refactoring
- **docker**: Use crontabs not cron.d
## 1.13.0 (2025-03-16)
### feat