Skip to content

Commit 74b1f64

Browse files
committed
TASK: Updating version in README
1 parent be19e13 commit 74b1f64

File tree

12 files changed

+38
-12
lines changed

12 files changed

+38
-12
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
11

2+
# 17.27.0 (2025-02-19)
3+
4+
## What's Changed
5+
* Update changelog by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/816
6+
* [DEVX-468] Capture errors in telemetry middleware by @jenschude in https://github.com/commercetools/commercetools-sdk-java-v2/pull/817
7+
* chore(deps): update actions/create-github-app-token digest to 67e27a7 by @renovate in https://github.com/commercetools/commercetools-sdk-java-v2/pull/815
8+
* Fix deserialization of time attributes/custom-fields by @jenschude in https://github.com/commercetools/commercetools-sdk-java-v2/pull/818
9+
* fix(deps): update all dependencies by @renovate in https://github.com/commercetools/commercetools-sdk-java-v2/pull/795
10+
* chore(deps): pin gradle/actions action to 94baf22 by @renovate in https://github.com/commercetools/commercetools-sdk-java-v2/pull/812
11+
* chore(deps): update codecov/codecov-action action to v5 by @renovate in https://github.com/commercetools/commercetools-sdk-java-v2/pull/796
12+
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/819
13+
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/820
14+
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/821
15+
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/822
16+
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/823
17+
* Update changelog by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/824
18+
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/826
19+
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/827
20+
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/828
21+
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/829
22+
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/832
23+
* Bump io.netty:netty-handler from 4.1.117.Final to 4.1.118.Final by @dependabot in https://github.com/commercetools/commercetools-sdk-java-v2/pull/825
24+
* chore(deps): update plugin io.github.gradle-nexus.publish-plugin to v2 by @renovate in https://github.com/commercetools/commercetools-sdk-java-v2/pull/620
25+
26+
27+
**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/17.26.0...17.27.0
28+
229
# 17.26.0 (2025-02-03)
330

431
## What's Changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The latest stable SDK release can be retrieved from [Maven Central](https://sear
2121
```gradle
2222
ext {
2323
versions = [
24-
commercetools: "17.27.0-alpha.1-mcg"
24+
commercetools: "17.27.0"
2525
]
2626
}
2727
@@ -42,7 +42,7 @@ dependencies {
4242

4343
```maven
4444
<properties>
45-
<commercetools.version>17.27.0-alpha.1-mcg</commercetools.version>
45+
<commercetools.version>17.27.0</commercetools.version>
4646
</properties>
4747
<dependencies>
4848
<dependency>

examples/maven-okhttp3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</plugins>
2828
</build>
2929
<properties>
30-
<commercetools.version>17.27.0-alpha.1-mcg</commercetools.version>
30+
<commercetools.version>17.27.0</commercetools.version>
3131
</properties>
3232
<dependencies>
3333
<dependency>

examples/maven-okhttp4/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</plugins>
2828
</build>
2929
<properties>
30-
<commercetools.version>17.27.0-alpha.1-mcg</commercetools.version>
30+
<commercetools.version>17.27.0</commercetools.version>
3131
</properties>
3232
<dependencies>
3333
<dependency>

examples/spring-datadog-statsd/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020

2121
ext {
2222
versions = [
23-
commercetools: "17.27.0-alpha.1-mcg",
23+
commercetools: "17.27.0",
2424
]
2525
}
2626

examples/spring-datadog/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121

2222
ext {
2323
versions = [
24-
commercetools: "17.27.0-alpha.1-mcg",
24+
commercetools: "17.27.0",
2525
]
2626
}
2727

examples/spring-dynatrace-oneagent/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020

2121
ext {
2222
versions = [
23-
commercetools: "17.27.0-alpha.1-mcg",
23+
commercetools: "17.27.0",
2424
]
2525
}
2626

examples/spring-newrelic/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121

2222
ext {
2323
versions = [
24-
commercetools: "17.27.0-alpha.1-mcg",
24+
commercetools: "17.27.0",
2525
newrelic: "8.16.0"
2626
]
2727
}

examples/spring-otel/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121

2222
ext {
2323
versions = [
24-
commercetools: "17.27.0-alpha.1-mcg",
24+
commercetools: "17.27.0",
2525
]
2626
}
2727

examples/spring/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spotless {
3131

3232
ext {
3333
versions = [
34-
commercetools: "17.27.0-alpha.1-mcg"
34+
commercetools: "17.27.0"
3535
]
3636
}
3737

0 commit comments

Comments
 (0)