# Change Log

## [1.2.1]

### Fixed

- Some edge cases around image alt and Twitter cards

## [1.2.0]

### Added

- New `core_tags()` method

- "Tag Groups" documentation

### Fixed

- Rename test object to TestObject

## [1.1.1] - 2026-07-17

### Fixed

- Create \_html attribute at the correct time

- Call the correct author method

## [1.1.0] - 2026-07-17

### Added

- Added support for <meta name="title">, <meta property="og:site_name"> and <meta property="og:image:alt">

## [1.0.1] - 2025-09-22

### Changed

- Use HTML::Tiny for HTML generation

## [1.0.0] - 2025-09-22

### Changed

- Module renamed from MooX::Role::OpenGraph to MooX::Role::SEOTags

### Added

- More tests

## [0.0.4] - 2025-09-22

### Added

- Support for description tags

- Support for Twitter/X tags

## [0.0.3] - 2025-09-21

### Fixed

- Typo

## [0.0.2] - 2025-09-21

### Fixed

- Better documentation

- Modern self-closing HTML tags

### Added

- Support for description

## [0.0.1] - 2025-09-21

### Added

- All the things. Release early, release often.