diff --git a/CHANGELOG.md b/CHANGELOG.md index c985fca..1909b44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. +## [1.0.1] +### Fixed +- Fix: Remove unused dependencies + ## [1.0.0] ### Added - First release diff --git a/composer.json b/composer.json index 0b9a8bf..f43c8d1 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "webvision/invoice-ninja-xrechnung", - "version": "1.0.0", + "version": "1.0.1", "description": "Add-on module for Invoice Ninja 5.x to create electronic invoices for Germany's xRechnung format", "type": "library", "license": "GPL-3.0-only",