Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed May 4, 2019
1 parent 930e3c6 commit d8abfb1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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]

## [7.0.2] - 2019-05-04
### Fixed
- Textarea not updating its value properly when using `Form.View.asHtml`. [#21]

Expand Down Expand Up @@ -133,7 +135,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- Initial release.

[Unreleased]: https://github.com/hecrj/composable-form/compare/7.0.1...HEAD
[Unreleased]: https://github.com/hecrj/composable-form/compare/7.0.2...HEAD
[7.0.2]: https://github.com/hecrj/composable-form/compare/7.0.1...7.0.2
[7.0.1]: https://github.com/hecrj/composable-form/compare/7.0.0...7.0.1
[7.0.0]: https://github.com/hecrj/composable-form/compare/6.0.1...7.0.0
[6.0.1]: https://github.com/hecrj/composable-form/compare/6.0.0...6.0.1
Expand Down
2 changes: 1 addition & 1 deletion elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "hecrj/composable-form",
"summary": "Build type-safe composable forms in Elm",
"license": "BSD-3-Clause",
"version": "7.0.1",
"version": "7.0.2",
"exposed-modules": [
"Form",
"Form.View",
Expand Down

0 comments on commit d8abfb1

Please sign in to comment.