Skip to content

Commit 501ebf3

Browse files
committed
Release 2.1.1
1 parent 2bdcd60 commit 501ebf3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ The `Unreleased` section name is replaced by the expected version of next releas
1313
### Removed
1414
### Fixed
1515

16+
<a name="2.1.1"></a>
17+
## [2.1.1] - 2020-05-25
18+
1619
- `UnionConverter`: Handle nested unions [#52](https://github.com/jet/FsCodec/pull/52)
1720
- `UnionConverter`: Support overriding discriminator without needing to nominate a `catchAllCase` [#51](https://github.com/jet/FsCodec/pull/51)
1821

@@ -157,7 +160,8 @@ Initial release based on merge of [Jet.JsonNet.Converters v0](https://github.com
157160

158161
Final release of Jet.JsonNet.Converters archived on [v0 branch](https://github.com/jet/FsCodec/tree/v0)
159162

160-
[Unreleased]: https://github.com/jet/FsCodec/compare/2.1.0...HEAD
163+
[Unreleased]: https://github.com/jet/FsCodec/compare/2.1.1...HEAD
164+
[2.1.1]: https://github.com/jet/FsCodec/compare/2.1.0...2.1.1
161165
[2.1.0]: https://github.com/jet/FsCodec/compare/2.0.1...2.1.0
162166
[2.0.1]: https://github.com/jet/FsCodec/compare/2.0.0...2.0.1
163167
[2.0.0]: https://github.com/jet/FsCodec/compare/2.0.0-rc3...2.0.0

0 commit comments

Comments
 (0)