diff --git a/README.md b/README.md index c732c02114..bfa607739f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # commercetools sync java [![CI](https://github.com/commercetools/commercetools-sync-java/workflows/CI/badge.svg)](https://github.com/commercetools/commercetools-sync-java/actions?query=workflow%3ACI) [![codecov](https://codecov.io/gh/commercetools/commercetools-sync-java/branch/master/graph/badge.svg)](https://codecov.io/gh/commercetools/commercetools-sync-java) -[![Javadoc](https://javadoc.io/badge2/com.commercetools/commercetools-sync-java/javadoc.svg?label=Javadoc)](https://commercetools.github.io/commercetools-sync-java/v/10.0.4/) +[![Javadoc](https://javadoc.io/badge2/com.commercetools/commercetools-sync-java/javadoc.svg?label=Javadoc)](https://commercetools.github.io/commercetools-sync-java/v/10.0.5/) [![Known Vulnerabilities](https://snyk.io/test/github/commercetools/commercetools-sync-java/4b2e26113d591bda158217c5dc1cf80a88665646/badge.svg)](https://snyk.io/test/github/commercetools/commercetools-sync-java/4b2e26113d591bda158217c5dc1cf80a88665646) @@ -60,26 +60,26 @@ Here are the most popular ones: com.commercetools commercetools-sync-java - 10.0.4 + 10.0.5 ```` #### Gradle ````groovy -implementation 'com.commercetools:commercetools-sync-java:10.0.4' +implementation 'com.commercetools:commercetools-sync-java:10.0.5' ```` #### SBT ```` -libraryDependencies += "com.commercetools" % "commercetools-sync-java" % "10.0.4" +libraryDependencies += "com.commercetools" % "commercetools-sync-java" % "10.0.5" ```` #### Ivy ````xml - + ```` **Note**: To avoid `commercetools JVM SDK` libraries version mismatch between projects. diff --git a/docs/README.md b/docs/README.md index 2c726a1ad9..21792ed327 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,9 +2,9 @@ # commercetools sync [![CI](https://github.com/commercetools/commercetools-sync-java/workflows/CI/badge.svg)](https://github.com/commercetools/commercetools-sync-java/actions?query=workflow%3ACI) [![codecov](https://codecov.io/gh/commercetools/commercetools-sync-java/branch/master/graph/badge.svg)](https://codecov.io/gh/commercetools/commercetools-sync-java) -[![Benchmarks 10.0.4](https://img.shields.io/badge/Benchmarks-10.0.4-orange.svg)](https://commercetools.github.io/commercetools-sync-java/benchmarks/) -[![Download from Maven Central](https://img.shields.io/badge/Maven_Central-10.0.4-blue.svg)](https://search.maven.org/artifact/com.commercetools/commercetools-sync-java/10.0.4/jar) -[![Javadoc](https://javadoc.io/badge2/com.commercetools/commercetools-sync-java/javadoc.svg?label=Javadoc)](https://commercetools.github.io/commercetools-sync-java/v/10.0.4/) +[![Benchmarks 10.0.5](https://img.shields.io/badge/Benchmarks-10.0.5-orange.svg)](https://commercetools.github.io/commercetools-sync-java/benchmarks/) +[![Download from Maven Central](https://img.shields.io/badge/Maven_Central-10.0.5-blue.svg)](https://search.maven.org/artifact/com.commercetools/commercetools-sync-java/10.0.5/jar) +[![Javadoc](https://javadoc.io/badge2/com.commercetools/commercetools-sync-java/javadoc.svg?label=Javadoc)](https://commercetools.github.io/commercetools-sync-java/v/10.0.5/) [![Known Vulnerabilities](https://snyk.io/test/github/commercetools/commercetools-sync-java/4b2e26113d591bda158217c5dc1cf80a88665646/badge.svg)](https://snyk.io/test/github/commercetools/commercetools-sync-java/4b2e26113d591bda158217c5dc1cf80a88665646) @@ -40,18 +40,18 @@ Here are the most popular ones: com.commercetools commercetools-sync-java - 10.0.4 + 10.0.5 ```` #### Gradle ````groovy -implementation 'com.commercetools:commercetools-sync-java:10.0.4' +implementation 'com.commercetools:commercetools-sync-java:10.0.5' ```` #### SBT ```` -libraryDependencies += "com.commercetools" % "commercetools-sync-java" % "10.0.4" +libraryDependencies += "com.commercetools" % "commercetools-sync-java" % "10.0.5" ```` #### Ivy ````xml - + ```` diff --git a/docs/RELEASE_NOTES.md b/docs/RELEASE_NOTES.md index 7558351a93..4ec975f753 100644 --- a/docs/RELEASE_NOTES.md +++ b/docs/RELEASE_NOTES.md @@ -27,6 +27,13 @@ 7. Add Migration guide section which specifies explicitly if there are breaking changes and how to tackle them. --> +### 10.0.5 - Feb 8, 2024 +[Commits](https://github.com/commercetools/commercetools-sync-java/compare/10.0.4...10.0.5) | +[Javadoc](https://commercetools.github.io/commercetools-sync-java/v/10.0.5/) | +[Jar](https://search.maven.org/artifact/com.commercetools/commercetools-sync-java/10.0.5/jar) +- 🐞 **Bug Fixes** (1) + - Fix images not being returned by variant resolution utils (https://github.com/commercetools/commercetools-project-sync/issues/555) + ### 10.0.4 - Jan 9, 2024 [Commits](https://github.com/commercetools/commercetools-sync-java/compare/10.0.3...10.0.4) | [Javadoc](https://commercetools.github.io/commercetools-sync-java/v/10.0.4/) |