Skip to content

Commit 8d65073

Browse files
joamagclaude
andcommitted
version: 1.4.42
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 68c6c28 commit 8d65073

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Changed
1515

16-
* Restructured Logstash notification payload to use dedicated `version` field and `colony` boolean flag
16+
*
1717

1818
### Fixed
1919

2020
*
2121

22+
## [1.4.42] - 2026-04-01
23+
24+
### Changed
25+
26+
* Restructured Logstash notification payload to use dedicated `version` field and `colony` boolean flag
27+
2228
## [1.4.41] - 2026-04-01
2329

2430
### Added

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
setuptools.setup(
3535
name="colony",
36-
version="1.4.41",
36+
version="1.4.42",
3737
author="Hive Solutions Lda.",
3838
author_email="development@hive.pt",
3939
description="Colony Framework",

src/colony/res/colony.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "colony",
3-
"version": "1.4.41",
3+
"version": "1.4.42",
44
"release": "100",
55
"build": "final"
66
}

src/colony/res/colony.log.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"1.4.42": ["Restructured Logstash notification payload fields"],
23
"1.4.41": ["Standardized default logger name and added debug logging for observer notifications"],
34
"1.4.40": ["Improved Plugin logging passthrough and observer error handling"],
45
"1.4.39": ["Export of `delete_global` in `colony.base` module"],

0 commit comments

Comments
 (0)