diff --git a/CHANGELOG.md b/CHANGELOG.md index d792856..c3476ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.14.0 | 2024-07-07 +* Add support for `Time entry` endpoint +* Refactoring of the `Note` entity from `ContactNote` to a generic `Note` used in multiple entity types +* Refactoring of endpoint namespaces after moving them within the solution +* Refactoring of fields with a price or discount value from `string` to a `double` through serialization +* Improved deserialization of error messages +* Change various `Id` fields from `int` to `string` due to incorrect documentation +* Updates of dependency versions + ## 0.13.3 | 2024-07-05 * Fix deserialization for id in CustomFieldAttribute entity. diff --git a/ROADMAP.md b/ROADMAP.md index 48d703d..cd17671 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -41,7 +41,7 @@ The goal is to provide a stable version that has the basic functionality to inte - [x] Sales invoices (limited) - [ ] Subscriptions - [x] Tax rates - - [ ] Time entries + - [x] Time entries - [x] Users - [x] Verifications - [x] Webhooks diff --git a/src/Moneybird.Net/Moneybird.Net.csproj b/src/Moneybird.Net/Moneybird.Net.csproj index 62f43ef..0e9e759 100644 --- a/src/Moneybird.Net/Moneybird.Net.csproj +++ b/src/Moneybird.Net/Moneybird.Net.csproj @@ -3,7 +3,7 @@ netstandard2.0 9 Moneybird.Net - 0.13.3 + 0.14.0 Vincent Vrijburg A wrapper for the Moneybird API. Copyright © Vincent Vrijburg 2021 @@ -12,7 +12,7 @@ dotnet dotnet-core dotnet-standard client wrapper moneybird MIT false - 0.13.3 + 0.14.0