Skip to content

Commit 33eb295

Browse files
committed
Update CHANGELOG
1 parent eab653d commit 33eb295

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## [Unreleased]
22

3+
## [0.6.1] - 2025-08-28
4+
35
### Breaking Changes
46

57
This release includes several breaking changes to improve consistency with Phlex 2.x conventions and better organize the codebase.
@@ -107,7 +109,7 @@ Run bundle update to update dependencies:
107109
- Safe mass assignment protection against unauthorized attributes
108110
- Field input type helper methods for Rails forms:
109111
- `field.email` for email input type
110-
- `field.password` for password input type
112+
- `field.password` for password input type
111113
- `field.url` for URL input type
112114
- `field.tel` (with `phone` alias) for telephone input type
113115
- `field.number` for number input type

0 commit comments

Comments
 (0)