From 9543309de07dcd1f68fab82b9ff13242ee155695 Mon Sep 17 00:00:00 2001 From: Matthew Wade Date: Tue, 13 Aug 2024 15:16:12 +0100 Subject: [PATCH] Prepare v1.12.5 for release --- CHANGELOG.md | 6 ++++++ VERSION | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c045662..acc6f38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ + +## [1.12.5] +* Adds support for creating and attaching files to events using the attachments API. [#135] + ## [1.12.4] * Adds support for the `conferencing_profiles` field to the response object from GetUserInfo. [#132] @@ -329,6 +333,7 @@ [1.12.2]: https://github.com/cronofy/cronofy-csharp/releases/tag/rel-1.12.2 [1.12.3]: https://github.com/cronofy/cronofy-csharp/releases/tag/rel-1.12.3 [1.12.4]: https://github.com/cronofy/cronofy-csharp/releases/tag/rel-1.12.4 +[1.12.5]: https://github.com/cronofy/cronofy-csharp/releases/tag/rel-1.12.5 [#3]: https://github.com/cronofy/cronofy-csharp/pull/3 [#10]: https://github.com/cronofy/cronofy-csharp/pull/10 @@ -401,3 +406,4 @@ [#125]: https://github.com/cronofy/cronofy-csharp/pull/125 [#127]: https://github.com/cronofy/cronofy-csharp/pull/127 [#132]: https://github.com/cronofy/cronofy-csharp/pull/132 +[#135]: https://github.com/cronofy/cronofy-csharp/pull/135 diff --git a/VERSION b/VERSION index 89c881b..e0a6b34 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.12.4 +1.12.5