Skip to content

Commit 84ca009

Browse files
committed
new version
1 parent ef2f37e commit 84ca009

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## [1.1.0] - Unreleased
8+
## [1.1.0] - 2022-02-23
99
### Added
10-
- Option to include empty translations in the `ArrayGenerator` #3
10+
- Option to include empty translations in the `ArrayGenerator` [#3]
1111

1212
## [1.0.1] - 2020-12-01
1313
### Fixed
1414
- Added PHP 8 to composer.json
1515
- Define functions only if they are undefined [#1]
1616

17-
## 1.0.0 - 2019-11-05
17+
## [1.0.0] - 2019-11-05
1818
First version
1919

2020
[#1]: https://github.com/php-gettext/Translator/issues/1
21+
[#3]: https://github.com/php-gettext/Translator/issues/3
2122

23+
[1.1.0]: https://github.com/php-gettext/Translator/compare/v1.0.1...v1.1.0
2224
[1.0.1]: https://github.com/php-gettext/Translator/compare/v1.0.0...v1.0.1
25+
[1.0.0]: https://github.com/php-gettext/Translator/releases/tag/v1.0.0

0 commit comments

Comments
 (0)