We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c82f80b commit 207cfbcCopy full SHA for 207cfbc
CHANGELOG.md
@@ -4,6 +4,7 @@ See [GitHub Releases](https://github.com/bokmann/font-awesome-rails/releases) fo
4
5
| Version | FontAwesome SHA1 | Notes / Other additions |
6
|---------|------------------|-------------------------------------------------------------------------------------------------|
7
+| 4.7.0.9 | `a8386aa` | added Rails 8.0 support |
8
| 4.7.0.8 | `a8386aa` | added Rails 7.0 support |
9
| 4.7.0.7 | `a8386aa` | added Ruby 3.0 support; removes Rails 3.2 support |
10
| 4.7.0.6 | `a8386aa` | added Rails 6.1 support |
lib/font-awesome-rails/version.rb
@@ -1,6 +1,6 @@
1
module FontAwesome
2
module Rails
3
FA_VERSION = "4.7.0"
- VERSION = "4.7.0.8"
+ VERSION = "4.7.0.9"
end
0 commit comments