From 9c2a2ead44f88a16a471fe0a108c3f1ef51ab3e1 Mon Sep 17 00:00:00 2001 From: Vincent Vrijburg Date: Thu, 17 Oct 2024 12:13:36 +0200 Subject: [PATCH 1/3] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98dfb68..9bce981 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.16.0 | 2024-10-17 +* Add support for pagination in all list endpoints. +* Fix the `events` attribute on webhook entities as it is considered deprecated (replaced by `enabled_events`) + ## 0.15.0 | 2024-09-13 * Add support for Send an invoice operation in the `Sales invoice` endpoint From 6b85be149a9ca270155881b3a306fe211a35302e Mon Sep 17 00:00:00 2001 From: Vincent Vrijburg Date: Thu, 17 Oct 2024 12:14:27 +0200 Subject: [PATCH 2/3] Update ROADMAP.md --- ROADMAP.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ROADMAP.md b/ROADMAP.md index cd17671..a5c27b3 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -16,6 +16,7 @@ The goal is to provide a stable version that has the basic functionality to inte - [x] Retrieving the request token - [x] Requesting the access token - [x] Refreshing the access token +- [x] Support for pagination - [ ] Support for the resource endpoints - [x] Administration - [x] Contacts From 01d8555b485f1bc5cf75f2225683b6e612a64127 Mon Sep 17 00:00:00 2001 From: Vincent Vrijburg Date: Thu, 17 Oct 2024 12:15:17 +0200 Subject: [PATCH 3/3] Bump version number --- src/Moneybird.Net/Moneybird.Net.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Moneybird.Net/Moneybird.Net.csproj b/src/Moneybird.Net/Moneybird.Net.csproj index d082832..cdfa9fc 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.15.0 + 0.16.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.15.0 + 0.16.0