diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7b3e9ec..45fd9c2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## unreleased
+## 1.0.0 (2021-10-02)
### Breaking
* Requires Java 11 or later
diff --git a/README.md b/README.md
index 3f96343..2e0138f 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ Java Vault Connector is a connector library for [Vault](https://www.vaultproject
de.stklcode.jvault
jvault-connector
- 1.0.0-SNAPSHOTf
+ 1.0.0
```
@@ -118,10 +118,10 @@ AppRoleSecretResponse secret = vault.createAppRoleSecret("testrole");
## Links
-[Project Page](http://jvault.stklcode.de)
+[Project Page](https://jvault.stklcode.de)
-[JavaDoc API](http://jvault.stklcode.de/apidocs/)
+[JavaDoc API](https://jvault.stklcode.de/apidocs/)
## License
-The project is licensed under [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0).
+The project is licensed under [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).
diff --git a/pom.xml b/pom.xml
index 5c15059..f6016a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
de.stklcode.jvault
jvault-connector
- 1.0.0-SNAPSHOT
+ 1.0.0
jar
@@ -16,7 +16,7 @@
Apache License 2.0
- http://www.apache.org/licenses/LICENSE-2.0.html
+ https://www.apache.org/licenses/LICENSE-2.0.html
repo