diff --git a/README.md b/README.md
index db5103a..21a307b 100644
--- a/README.md
+++ b/README.md
@@ -13,10 +13,11 @@
CLI tool to automate docker image updates.
No pre-pull, selective, optional notifications and prune when done.
Now with simple notification integrations!
With features like excluding specific containers, custom container labels, auto-prune when done and more.
-
+
___
## :bell: Changelog
+- **v0.5.1**: Formatting and efficiency changes feeding back from the fork [sudo-kraken/podcheck](https://github.com/sudo-kraken/podcheck)
- **v0.5.0**: Rewritten notify logic - all templates are adjusted and should be migrated!
- Copy the custom settings from your current template to the new version of the same template.
- Look into, copy and customize the `urls.list` file if that's of interest.
@@ -27,8 +28,6 @@ ___
- **v0.4.8**: Rewrote prune logic to not prompt with options `-a|-y` or `-n`. Auto prune with `-p`.
- **v0.4.7**: Notification Template changes to gotify(new!), DSM(improved), SMTP(deprecation alternative).
- **v0.4.6**: Compatibility changes to timeout, due to busybox.
-- **v0.4.5**: Bugfixes, compatibility changes to timeout and arrays.
-- **v0.4.3**: Added timeout option to skip container if registry check takes too long (10s default).
___
@@ -74,7 +73,7 @@ Containers with updates available:
Choose what containers to update:
Enter number(s) separated by comma, [a] for all - [q] to quit:
```
-Then it proceedes to run `pull` and `up -d` on every container with updates.
+Then it proceeds to run `pull` and `up -d` on every container with updates.
After the updates are complete, you'll get prompted if you'd like to prune dangling images.
___