diff --git a/changelogs/0.14.0.md b/changelogs/0.14.0.md new file mode 100644 index 0000000..cdd6818 --- /dev/null +++ b/changelogs/0.14.0.md @@ -0,0 +1,8 @@ +## [0.14.0](https://github.com/kevin-lee/refined4s/issues?q=is%3Aissue+is%3Aclosed+-label%3Ainvalid+-label%3Awontfix+milestone%3Am14) - 2024-04-05 + +### New Features + +* Add `refined4s-tapir` to support `tapir` (#272) +* [`refined4s-tapir`] Add `TapirNewtypeSchema` and `TapirRefinedSchema` to support `sttp.tapir.Schema` for `refined4s` (#273) +* [`refined4s-tapir`] Add `Schema`s for pre-defined refined types (#276) +* [`refined4s-tapir`] Add `Schema` type-class instances with auto deriving (#278)