Skip to content

Commit 300434c

Browse files
authored
chore: Bump version number and update changelog. (#23)
1 parent 65a47a7 commit 300434c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [2.3.0] - 2022-11-04
8+
9+
- Add ability to load unresolved comment threads
10+
- Add ability to flatten a comment thread
11+
712
## [2.2.0] - 2022-10-30
813

914
- Add `IsFriend` to user details
@@ -81,6 +86,7 @@ This release also includes a number of new tests, both for new and existing func
8186
- Submissions
8287
- Comments
8388

89+
[2.3.0]: https://github.com/JedS6391/Reddit.NET/compare/2.2.0...2.3.0
8490
[2.2.0]: https://github.com/JedS6391/Reddit.NET/compare/2.1.0...2.2.0
8591
[2.1.0]: https://github.com/JedS6391/Reddit.NET/compare/2.0.0...2.1.0
8692
[2.0.0]: https://github.com/JedS6391/Reddit.NET/compare/1.3.0...2.0.0

src/Reddit.NET.Client/Reddit.NET.Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Title>Reddit.NET.Client</Title>
66
<PackageDescription>Provides a .NET client for interacting with reddit.</PackageDescription>
77
<PackageId>Reddit.NET.Client</PackageId>
8-
<Version>2.2.0</Version>
8+
<Version>2.3.0</Version>
99
<Authors>Jed Simson</Authors>
1010
<PackageTags>reddit client</PackageTags>
1111
<RepositoryUrl>https://github.com/JedS6391/Reddit.NET</RepositoryUrl>

0 commit comments

Comments
 (0)