Skip to content

Commit 3d40c0d

Browse files
committed
Updated changelog
1 parent bf2be1e commit 3d40c0d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 2.18.0 (September 15, 2022) [](https://github.com/kpumuk/meta-tags/compare/v2.17.0...v2.18.0)
4+
5+
Changes:
6+
7+
- Fallback to site name when title is empty in mirrored tags ([243](https://github.com/kpumuk/meta-tags/pull/243))
8+
39
## 2.17.0 (July 5, 2022) [](https://github.com/kpumuk/meta-tags/compare/v2.16.0...v2.17.0)
410

511
Changes:

lib/meta_tags/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module MetaTags
44
# Gem version.
5-
VERSION = '2.17.0'
5+
VERSION = '2.18.0'
66
public_constant :VERSION
77
end

0 commit comments

Comments
 (0)