Skip to content

Commit dacd8a4

Browse files
authored
Merge pull request #173 from ergebnis/fix/changelog
Fix: Update `CHANGELOG.md`
2 parents 5a839df + 672ccb2 commit dacd8a4

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## Unreleased
88

9-
For a full diff see [`1.0.0...main`][1.0.0...main].
9+
For a full diff see [`2.0.0...main`][2.0.0...main].
10+
11+
## [`2.0.0`][2.0.0]
12+
13+
For a full diff see [`1.0.0...2.0.0`][1.0.0...2.0.0].
1014

1115
### Added
1216

@@ -23,6 +27,7 @@ For a full diff see [`1.0.0...main`][1.0.0...main].
2327
- Removed `Schema` ([#161]), by [@localheinz]
2428
- Composed `Error` into `Result` ([#166]), by [@localheinz]
2529
- Required `JsonPointer` to allow specifying sub-schemas ([#167]), by [@localheinz]
30+
- Renamed `Error` to `ValidationError` ([#169]), by [@localheinz]
2631
- Renamed `Result` to `ValidationResult` ([#172]), by [@localheinz]
2732

2833
## [`1.0.0`][1.0.0]
@@ -38,9 +43,11 @@ For a full diff see [`dcd4cfb...1.0.0`][dcd4cfb...1.0.0].
3843
- Added `SchemaValidator` ([#8]), by [@localheinz]
3944

4045
[1.0.0]: https://github.com/ergebnis/json-schema-validator/releases/tag/1.0.0
46+
[2.0.0]: https://github.com/ergebnis/json-schema-validator/releases/tag/2.0.0
4147

4248
[dcd4cfb...1.0.0]: https://github.com/ergebnis/json-schema-validator/compare/dcd4cfb...1.0.0
43-
[1.0.0...main]: https://github.com/ergebnis/json-schema-validator/compare/1.0.0...main
49+
[1.0.0...2.0.0]: https://github.com/ergebnis/json-schema-validator/compare/1.0.0...2.0.0
50+
[2.0.0...main]: https://github.com/ergebnis/json-schema-validator/compare/2.0.0...main
4451

4552
[#2]: https://github.com/ergebnis/json-schema-validator/pull/2
4653
[#3]: https://github.com/ergebnis/json-schema-validator/pull/3
@@ -57,6 +64,7 @@ For a full diff see [`dcd4cfb...1.0.0`][dcd4cfb...1.0.0].
5764
[#165]: https://github.com/ergebnis/json-schema-validator/pull/165
5865
[#166]: https://github.com/ergebnis/json-schema-validator/pull/166
5966
[#167]: https://github.com/ergebnis/json-schema-validator/pull/167
67+
[#169]: https://github.com/ergebnis/json-schema-validator/pull/169
6068
[#172]: https://github.com/ergebnis/json-schema-validator/pull/172
6169

6270
[@localheinz]: https://github.com/localheinz

0 commit comments

Comments
 (0)