From cc2accc627a1d7e7a715f8d061161cad755acb28 Mon Sep 17 00:00:00 2001 From: Harshal LADHE Date: Wed, 24 May 2023 10:43:43 +0530 Subject: [PATCH] Updated `changelog` --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e56d5e..e2e31c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ You can find recent releases with docs in GitHub: https://github.com/shivam091/rails_bootstrap_form/releases +## [0.6.2](https://github.com/shivam091/rails_bootstrap_form/compare/v0.6.1...v0.6.2) - 2023-05-24 + +### What's fixed +- Added support for setting bootstrap options of parent form to `fields_for` ([#10](https://github.com/shivam091/rails_bootstrap_form/issues/10)) +- Ignore skip_label option when field has floating labels ([#9](https://github.com/shivam091/rails_bootstrap_form/issues/9)) + ## [0.6.1](https://github.com/shivam091/rails_bootstrap_form/compare/v0.6.0...v0.6.1) - 2023-05-24 ### What's changed