diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6994ab2..1ff02be 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## 0.3.0-SNAPSHOT
+## 1.0.0
### Added
diff --git a/Dockerfile b/Dockerfile
index 3939c20..dc39d04 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -21,7 +21,7 @@ RUN mvn -B package -DskipTests
FROM openjdk:17-jdk-slim
# Copy the jar file from the build stage
-COPY --from=build /app/target/easydrop-0.3.0-SNAPSHOT.jar /easydrop.jar
+COPY --from=build /app/target/easydrop-1.0.0.jar /easydrop.jar
# Execute the application when the docker container starts.
ENTRYPOINT ["java", "-jar", "/easydrop.jar"]
diff --git a/Docs/DemoImage.png b/Docs/DemoImage.png
index 18fb11f..d672e79 100644
Binary files a/Docs/DemoImage.png and b/Docs/DemoImage.png differ
diff --git a/README.md b/README.md
index e4827d7..00cf601 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# EasyDrop
-
+

[](https://sonar.fbe-adswen.rwu.de/dashboard?id=de.rwu%3Aeasydrop)

@@ -41,10 +41,6 @@ To run it on a fixed schedule, install a cron job, e.g.
*/30 * * * * cd /home/user/easydrop && docker-compose up -d
```
-## Roadmap 🏁
-
-- Access transaction log
-
## Contributing 👷♂️👷♀️
Contribution guidelines are available in the [project wiki](https://gitlab.fbe-adswen.rwu.de/team1/sandbox2/-/wikis/Richtlinien/Development)
diff --git a/docker-compose.yml b/docker-compose.yml
index e9048c1..e424c90 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -6,7 +6,7 @@ services:
build:
context: .
dockerfile: Dockerfile
- image: easydrop:0.3.0-SNAPSHOT
+ image: easydrop:1.0.0
volumes:
- ./config:/config
- ./persistence.db:/persistence.db
diff --git a/pom.xml b/pom.xml
index 6d1d8ff..3549a32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
de.rwu
easydrop
jar
- 0.3.0-SNAPSHOT
+ 1.0.0
EasyDrop
http://maven.apache.org