build: bump version 1.13.0 -> 1.13.1
This commit is contained in:
2
.cz.yaml
2
.cz.yaml
@ -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
|
||||
|
14
CHANGELOG.md
14
CHANGELOG.md
@ -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
|
||||
|
Reference in New Issue
Block a user