diff --git a/CHANGELOG.md b/CHANGELOG.md
index 576456e..014a0d8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,8 @@
# Changelog
-## 1.1.0 _(unreleased)_
+## 1.2.0 _(unreleased)_
+
+## [1.1.0](https://github.com/AlexisJehan/MavenCheck/releases/tag/v1.1.0) _(2023-02-09)_
### New features
- Add the `--max-depth`/`-d` option to customize the maximum depth of subdirectories to find build
diff --git a/README.md b/README.md
index 0114c42..520810e 100644
--- a/README.md
+++ b/README.md
@@ -57,16 +57,16 @@ You can download binaries for the latest version of _Maven Check_ on the
Execute following commands in the folder where the downloaded archive file is
located:
```console
-sudo tar -xvzf maven-check-1.0.1-bin.tar.gz --directory /opt
-export PATH=$PATH:/opt/maven-check-1.0.1/bin
+sudo tar -xvzf maven-check-1.1.0-bin.tar.gz --directory /opt
+export PATH=$PATH:/opt/maven-check-1.1.0/bin
```
#### Windows
-Extract the content of the downloaded archive file and move the extracted folder to `C:\maven-check-1.0.1`, then:
+Extract the content of the downloaded archive file and move the extracted folder to `C:\maven-check-1.1.0`, then:
- Right-click on the _Windows_ icon and select "System"
- On the right, click on "Advanced system settings"
- In the new window, click on "Environment Variables..."
-- Find the "Path" variable, choose "Edit", and add `;C:\maven-check-1.0.1\bin` at the end
+- Find the "Path" variable, choose "Edit", and add `;C:\maven-check-1.1.0\bin` at the end
### Verify
If _Maven Check_ is correctly installed, this command should work as expected:
@@ -113,6 +113,7 @@ version of a build tool may still be compatible.
| Maven Check | Maven version | Gradle version |
|:-----------:|:-------------:|:--------------:|
+| 1.1.0 | 3.9.0 | 7.6 |
| 1.0.1 | 3.8.7 | 7.6 |
| 1.0.0 | 3.8.6 | 7.6 |
diff --git a/pom.xml b/pom.xml
index e8494d3..512b37f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.github.alexisjehan
maven-check
- 1.1.0-SNAPSHOT
+ 1.2.0-SNAPSHOT
Maven Check
A Java 11+ command line tool to check for artifact updates of Maven and Gradle projects.