From 3d696ddc3e0554753db4e1e5f4a8c2d63a9c1c7a Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Mon, 23 Dec 2024 13:49:58 +0000
Subject: [PATCH] chore(release): 2.1.0
---
ButterCMS/ButterCMS.csproj | 6 +++---
CHANGELOG.md | 14 ++++++++++++++
README.md | 2 +-
3 files changed, 18 insertions(+), 4 deletions(-)
diff --git a/ButterCMS/ButterCMS.csproj b/ButterCMS/ButterCMS.csproj
index 7a1103b..0aeff86 100644
--- a/ButterCMS/ButterCMS.csproj
+++ b/ButterCMS/ButterCMS.csproj
@@ -5,8 +5,8 @@
true
- 2.0.2
- 2.0.2
+ 2.1.0
+ 2.1.0
Brandon Nicoll; ButterCMS
API Client for ButterCMS; including both synchronous and asynchronous API endpoint methods.
Copyright (c) 2020 ButterCMS
@@ -17,7 +17,7 @@
ButterCMS
- 2.0.2
+ 2.1.0
false
ButterCMS CMS
LICENSE
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2504b13..a86bfd0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,19 @@
# Changelog
+## [2.1.0](https://github.com/ButterCMS/buttercms-csharp/compare/v2.0.2...v2.1.0) (2024-12-23)
+
+
+### Features
+
+* add demo project ([fa2bd34](https://github.com/ButterCMS/buttercms-csharp/commit/fa2bd34c531a2a07344121f4509aca7252a7fdb4))
+* parametrize base url ([d015720](https://github.com/ButterCMS/buttercms-csharp/commit/d0157204b91519906b6d731c3b5cfb0df2bf8800))
+* update Page and Post models ([4107059](https://github.com/ButterCMS/buttercms-csharp/commit/41070593dbea37dc12ad78714db5cb3b1e9b8653))
+
+
+### Bug Fixes
+
+* make published and scheduled dates optional ([15c06e2](https://github.com/ButterCMS/buttercms-csharp/commit/15c06e2cff22efe1376161a75c0fd56c3bdf1da5))
+
## [2.0.2](https://github.com/ButterCMS/buttercms-csharp/compare/v2.0.1...v2.0.2) (2023-10-25)
diff --git a/README.md b/README.md
index d17b96e..bfe1684 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ Or by adding the package manually to the project file
```xml
-
+
```