diff --git a/CHANGELOG.md b/CHANGELOG.md
index 094d3db..b82ec93 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.
+## 2.6.1 (2023-04-02)
+
+- [Build symbol package and publish it to NuGet.org](https://learn.microsoft.com/nuget/create-packages/symbol-packages-snupkg)
+- [Enabling Central Package Management](https://learn.microsoft.com/nuget/consume-packages/central-package-management)
+
## 2.6.0 (2022-08-29)
- [Supports sending access token in form-encoded body or query parameter](https://www.rfc-editor.org/rfc/rfc6750#section-2.2)
diff --git a/src/Directory.Build.props b/src/Directory.Build.props
index e8c1b86..c75ccfe 100644
--- a/src/Directory.Build.props
+++ b/src/Directory.Build.props
@@ -5,12 +5,13 @@
https://github.com/akunzai/GSS.Authorization.OAuth
MIT
- $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb
true
true
+ true
+ snupkg
true
enable
- 2.6.0
+ 2.6.1