CHANGELOG.md in rack-queries-0.2.1 vs CHANGELOG.md in rack-queries-0.3.0

- old
+ new

@@ -4,10 +4,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.3.0] - 2020-04-13 + +### Added + +- The ability to specify client-side provided options of type `string` and type `text`. + +### Changed + +- Switch the frontend over to TypeScript. + ## [0.2.1] - 2019-08-09 ### Changed - [INTERNAL] Switch to using `@testing-library/react` for tests. @@ -46,10 +56,11 @@ ### Added - Initial release 🎉 -[unreleased]: https://github.com/CultureHQ/rack-queries/compare/v0.2.1...HEAD +[unreleased]: https://github.com/CultureHQ/rack-queries/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/CultureHQ/rack-queries/compare/v0.2.1...v0.3.0 [0.2.1]: https://github.com/CultureHQ/rack-queries/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/CultureHQ/rack-queries/compare/v0.1.3...v0.2.0 [0.1.3]: https://github.com/CultureHQ/rack-queries/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/CultureHQ/rack-queries/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/CultureHQ/rack-queries/compare/v0.1.0...v0.1.1