diff --git a/CHANGELOG.md b/CHANGELOG.md index d228970..dddf9de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,9 @@ Dropping a requirement of a major version of a dependency is a new contract. - Add `Investment.Builder` - Allow overriding the resource_owner label in `Investment.Builder` +### Changed +- Changed resource_owner default label to point to current Atlassian JPT maintainer + ## [1.17.0] - 2024-06-14 [1.17.0]: https://github.com/atlassian-labs/aws-resources/compare/release-1.16.0...release-1.17.0 diff --git a/src/main/kotlin/com/atlassian/performance/tools/aws/api/Investment.kt b/src/main/kotlin/com/atlassian/performance/tools/aws/api/Investment.kt index 0b7b1cb..c7b4cc3 100644 --- a/src/main/kotlin/com/atlassian/performance/tools/aws/api/Investment.kt +++ b/src/main/kotlin/com/atlassian/performance/tools/aws/api/Investment.kt @@ -134,7 +134,7 @@ private constructor( const val userKey = "os_user_name" const val bambooBuildKey = "bamboo_result_key" const val disposableKey = "disposable" - private const val defaultResourceOwner = "mgrzaslewicz" + private const val defaultResourceOwner = "jforemski" fun parseLifespan( tags: List