Skip to content

Commit 207cfbc

Browse files
committed
Bump version to 4.7.0.9
1 parent c82f80b commit 207cfbc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ See [GitHub Releases](https://github.com/bokmann/font-awesome-rails/releases) fo
44

55
| Version | FontAwesome SHA1 | Notes / Other additions |
66
|---------|------------------|-------------------------------------------------------------------------------------------------|
7+
| 4.7.0.9 | `a8386aa` | added Rails 8.0 support |
78
| 4.7.0.8 | `a8386aa` | added Rails 7.0 support |
89
| 4.7.0.7 | `a8386aa` | added Ruby 3.0 support; removes Rails 3.2 support |
910
| 4.7.0.6 | `a8386aa` | added Rails 6.1 support |

lib/font-awesome-rails/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module FontAwesome
22
module Rails
33
FA_VERSION = "4.7.0"
4-
VERSION = "4.7.0.8"
4+
VERSION = "4.7.0.9"
55
end
66
end

0 commit comments

Comments
 (0)