Skip to content

Commit 8b812e7

Browse files
committed
TASK: Updating version in README
1 parent c442df7 commit 8b812e7

File tree

11 files changed

+38
-52
lines changed

11 files changed

+38
-52
lines changed

CHANGELOG.md

+27-40
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,35 @@
11

2-
# 17.16.0 (2024-10-07)
2+
# 17.17.0 (2024-11-07)
33

4-
**Api changes**
5-
6-
<details>
7-
<summary>Added Property(s)</summary>
8-
9-
- added property `warnings` to type `ProductTailoring`
10-
- added property `attributes` to type `ProductVariantTailoring`
11-
- added property `attributes` to type `ProductVariantTailoringDraft`
12-
- added property `attributes` to type `ProductTailoringAddVariantAction`
13-
- added property `warnings` to type `Product`
14-
- added property `customers` to type `SearchIndexingConfiguration`
15-
</details>
16-
17-
18-
<details>
19-
<summary>Added Type(s)</summary>
20-
21-
- added type `SearchNotReadyError`
22-
- added type `GraphQLSearchNotReadyError`
23-
- added type `ProductTailoringAttribute`
24-
- added type `ProductTailoringSetAttributeAction`
25-
- added type `ProductTailoringSetAttributeInAllVariantsAction`
26-
- added type `ImageProcessingOngoingWarning`
27-
- added type `WarningObject`
28-
</details>
29-
30-
31-
<details>
32-
<summary>Removed Type(s)</summary>
33-
34-
- :warning: removed type `ProductSearchStatus`
35-
</details>
4+
## What's Changed
5+
* Update changelog by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/739
6+
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/740
7+
* optimize OkHttp3 client by @jenschude in https://github.com/commercetools/commercetools-sdk-java-v2/pull/741
8+
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/743
9+
* fix exportSignatures plugin by @jenschude in https://github.com/commercetools/commercetools-sdk-java-v2/pull/745
10+
* Fix deserialization if subtype discriminator is missing by @jenschude in https://github.com/commercetools/commercetools-sdk-java-v2/pull/746
11+
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/747
12+
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/749
3613

3714

38-
<details>
39-
<summary>Added Enum(s)</summary>
40-
41-
- added enum `customer-group` to type `ExtensionResourceTypeId`
42-
- added enum `product-tailoring` to type `MessageSubscriptionResourceTypeId`
43-
- added enum `product-tailoring` to type `ResourceTypeId`
44-
</details>
15+
**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/17.16.0...17.17.0
4516

17+
# 17.16.0 (2024-10-07)
18+
19+
## What's Changed
20+
* Update changelog by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/728
21+
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/729
22+
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/730
23+
* update service regions by @jenschude in https://github.com/commercetools/commercetools-sdk-java-v2/pull/731
24+
* Create config.yml by @jenschude in https://github.com/commercetools/commercetools-sdk-java-v2/pull/732
25+
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/733
26+
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/735
27+
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/736
28+
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/737
29+
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/738
30+
31+
32+
**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/17.15.1...17.16.0
4633

4734
# 17.15.1 (2024-09-17)
4835

README.md

+2-2
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.16.0"
24+
commercetools: "17.17.0"
2525
]
2626
}
2727
@@ -42,7 +42,7 @@ dependencies {
4242

4343
```maven
4444
<properties>
45-
<commercetools.version>17.16.0</commercetools.version>
45+
<commercetools.version>17.17.0</commercetools.version>
4646
</properties>
4747
<dependencies>
4848
<dependency>

examples/maven-okhttp3/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</plugins>
2828
</build>
2929
<properties>
30-
<commercetools.version>17.16.0</commercetools.version>
30+
<commercetools.version>17.17.0</commercetools.version>
3131
</properties>
3232
<dependencies>
3333
<dependency>

examples/maven-okhttp4/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</plugins>
2828
</build>
2929
<properties>
30-
<commercetools.version>17.16.0</commercetools.version>
30+
<commercetools.version>17.17.0</commercetools.version>
3131
</properties>
3232
<dependencies>
3333
<dependency>

examples/spring-datadog-statsd/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020

2121
ext {
2222
versions = [
23-
commercetools: "17.16.0",
23+
commercetools: "17.17.0",
2424
]
2525
}
2626

examples/spring-datadog/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121

2222
ext {
2323
versions = [
24-
commercetools: "17.16.0",
24+
commercetools: "17.17.0",
2525
]
2626
}
2727

examples/spring-newrelic/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121

2222
ext {
2323
versions = [
24-
commercetools: "17.16.0",
24+
commercetools: "17.17.0",
2525
newrelic: "8.0.1"
2626
]
2727
}

examples/spring-otel/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121

2222
ext {
2323
versions = [
24-
commercetools: "17.16.0",
24+
commercetools: "17.17.0",
2525
]
2626
}
2727

examples/spring/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spotless {
3131

3232
ext {
3333
versions = [
34-
commercetools: "17.16.0",
34+
commercetools: "17.17.0",
3535
newrelic: "7.7.0"
3636
]
3737
}

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Mon Oct 07 10:49:28 UTC 2024
1+
#Thu Nov 07 10:34:47 UTC 2024
22
kotlinVersion=1.5.30
33
org.gradle.jvmargs=-Xmx2048m
4-
version=17.17.0-SNAPSHOT
4+
version=17.18.0-SNAPSHOT

reference.txt

-1
This file was deleted.

0 commit comments

Comments
 (0)