Skip to content

Commit f888bd1

Browse files
committed
chore: version bump removed and changelog modified
1 parent 59769df commit f888bd1

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
### Version: 2.25.2
22
#### Date: Nov-13-2025
33

4-
##### Fix:
5-
- Taxonomy
6-
- Fixed NullReferenceException in `_Url` property when Stack is null
7-
- Fixed NullReferenceException in constructor when ContentstackClient parameter is null
8-
- Fixed InvalidCastException in `GetContentstackError` when exception is not a WebException
9-
- Fixed NullReferenceException in `GetContentstackError` when WebException.Response is null
10-
- Fixed JsonReaderException in `GetContentstackError` when response is not valid JSON
11-
- All exceptions now properly throw TaxonomyException (extends ContentstackException) with descriptive error messages
4+
125

136
### Version: 2.25.1
147
#### Date: Nov-10-2025
158

169
##### Enh:
1710
- Improved Error messages
11+
##### Fix:
12+
- Taxonomy
13+
- Fixed NullReferenceExceptions
14+
- Fixed InvalidCastException in `GetContentstackError` when exception is not a WebException
15+
- Fixed JsonReaderException in `GetContentstackError` when response is not valid JSON
16+
- All exceptions now properly throw TaxonomyException (extends ContentstackException) with descriptive error messages
1817

1918
### Version: 2.25.0
2019
#### Date: Jan-07-2025

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>2.25.2</Version>
3+
<Version>2.25.1</Version>
44
</PropertyGroup>
55
</Project>

0 commit comments

Comments
 (0)