Skip to content

Commit cf6c0da

Browse files
authored
Update version numbers in CHANGELOG.md
1 parent e21e538 commit cf6c0da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [2.0.5] - 2025-11-30
8+
## [1.0.5] - 2025-11-30
99

1010
### Added
1111
- **Colon-less Syntax:** Objects and arrays in nested positions now use `key{...}` and `key[...]` syntax, removing redundant colons.
@@ -32,7 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3232
### Fixed
3333
- **Rate Limiting**: Resolved 429 errors during benchmarking by implementing robust retry logic and concurrency control.
3434

35-
## [2.0.4] - 2025-11-29
35+
## [1.0.4] - 2025-11-29
3636

3737
### Fixed
3838
- **Critical Data Integrity**: Fixed roundtrip failures for strings containing newlines, empty strings, and escaped characters.

0 commit comments

Comments
 (0)