diff --git a/changes.md b/changes.md
index 90ecd78bc24..10b971493ef 100644
--- a/changes.md
+++ b/changes.md
@@ -1,42 +1,9 @@
**Api changes**
-Changed Property(s)
+Added QueryParameter(s)
-- :warning: changed property `stores` of type `BusinessUnitDraft` from type `StoreKeyReference[]` to `StoreResourceIdentifier[]`
-- :warning: changed property `stores` of type `CompanyDraft` from type `StoreKeyReference[]` to `StoreResourceIdentifier[]`
-- :warning: changed property `stores` of type `DivisionDraft` from type `StoreKeyReference[]` to `StoreResourceIdentifier[]`
-
-
-
-
-Added Property(s)
-
-- added property `oldValue` to type `StandalonePriceValueChangedMessage`
-- added property `oldValue` to type `StandalonePriceValueChangedMessagePayload`
-- added property `purchaseOrderNumber` to type `StagedOrder`
-- added property `purchaseOrderNumber` to type `Order`
-- added property `purchaseOrderNumber` to type `OrderFromCartDraft`
-- added property `purchaseOrderNumber` to type `QuoteRequest`
-- added property `purchaseOrderNumber` to type `QuoteRequestDraft`
-- added property `purchaseOrderNumber` to type `Quote`
-- added property `purchaseOrderNumber` to type `StagedQuote`
-
-
-
-
-Deprecated Type(s)
-
-- type `IronMqDestination` is removed
-
-
-
-
-Added Type(s)
-
-- added type `OrderPurchaseOrderNumberSetMessage`
-- added type `OrderPurchaseOrderNumberSetMessagePayload`
-- added type `StagedOrderSetPurchaseOrderNumberAction`
-- added type `OrderSetPurchaseOrderNumberAction`
+- added query parameter `sort` to method `get /{projectKey}/product-selections/key={key}/products`
+- added query parameter `sort` to method `get /{projectKey}/product-selections/{ID}/products`
diff --git a/commercetools.Sdk/Tests/commercetools.Sdk.Api.Tests/Generated/Client/RequestBuilders/ProductSelections/ByProjectKeyProductSelectionsByIDProductsTest.cs b/commercetools.Sdk/Tests/commercetools.Sdk.Api.Tests/Generated/Client/RequestBuilders/ProductSelections/ByProjectKeyProductSelectionsByIDProductsTest.cs
index 0101075e610..c99d75bfb6b 100644
--- a/commercetools.Sdk/Tests/commercetools.Sdk.Api.Tests/Generated/Client/RequestBuilders/ProductSelections/ByProjectKeyProductSelectionsByIDProductsTest.cs
+++ b/commercetools.Sdk/Tests/commercetools.Sdk.Api.Tests/Generated/Client/RequestBuilders/ProductSelections/ByProjectKeyProductSelectionsByIDProductsTest.cs
@@ -66,6 +66,18 @@ public static IEnumerable