Skip to content

Commit 516e31c

Browse files
committed
Release 4.0.0
1 parent 1cb66eb commit 516e31c

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Unreleased
22

3+
## 4.0.0
4+
5+
### Enhancements
36
* Add bootstrap v4.1 generator template. [@m5o](https://github.com/m5o)
47
* Add Rails 5.2 support. [@gobijan](https://github.com/gobijan)
58
* Add API to register custom components.[@feliperenan](https://github.com/feliperenan)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
simple_form (3.5.1)
4+
simple_form (4.0.0)
55
actionpack (> 4)
66
activemodel (> 4)
77

lib/simple_form/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module SimpleForm
3-
VERSION = "3.5.1".freeze
3+
VERSION = "4.0.0".freeze
44
end

0 commit comments

Comments
 (0)