diff --git a/CHANGELOG.md b/CHANGELOG.md index 5571a1f..6efcd0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v1.4.1 (2024-04-30) + +### Fix + +* **concurrency:** Goroutines per package instead of package-update ([`1e1a033`](https://github.com/RedHatInsights/vmaas-lib/commit/1e1a0339ecad09812ab87ae7068fa3c3188c9cc2)) +* Check to verify that update exists in repo ([`1cfa9ee`](https://github.com/RedHatInsights/vmaas-lib/commit/1cfa9eedbe1e955bb75ffc17ac41652cb347e0ad)) + ## v1.4.0 (2024-04-25) ### Feature diff --git a/VERSION b/VERSION index 584258b..46bdd84 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -VERSION 1.4.0 +VERSION 1.4.1