Skip to content

Commit 9eb0368

Browse files
committed
Release 💎 v2.9.0
1 parent c63b1a3 commit 9eb0368

2 files changed

Lines changed: 12 additions & 11 deletions

File tree

History.markdown

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
1-
## HEAD
2-
3-
### Development Fixes
4-
5-
* Add Ruby 3.1 to CI matrix (#459)
6-
* chore: remove git.io (#462)
7-
* Bump versions in workflows (#516)
8-
* fix: Fix rubocop offenses (#518)
1+
## 2.9.0 / 2026-05-08
92

103
### Minor Enhancements
114

@@ -16,13 +9,21 @@
169
* feat: Add canonical=false option to disable canonical URL output (#521)
1710
* Add a article:modified_time property for articles (#515)
1811

12+
### Bug Fixes
13+
14+
* Use attribute `name` consistently for metadata under `twitter` namespace (#437)
15+
1916
### Documentation
2017

2118
* Migrate build badge to GH Actions (#499)
2219

23-
### Bug Fixes
20+
### Development Fixes
21+
22+
* Add Ruby 3.1 to CI matrix (#459)
23+
* chore: remove git.io (#462)
24+
* Bump versions in workflows (#516)
25+
* fix: Fix rubocop offenses (#518)
2426

25-
* Use attribute `name` consistently for metadata under `twitter` namespace (#437)
2627

2728
## 2.8.0 / 2022-02-04
2829

lib/jekyll-seo-tag/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ module Liquid; class Tag; end; end
55

66
module Jekyll
77
class SeoTag < Liquid::Tag
8-
VERSION = "2.8.0"
8+
VERSION = "2.9.0"
99
end
1010
end

0 commit comments

Comments
 (0)