Skip to content

Commit

Permalink
release: prepare version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed May 21, 2023
1 parent 6000ff3 commit 9d79c50
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.2.0] - 2023-05-21

### Added
- Content Security Policy for configured Matomo servers in backend for TYPO3 v12 (#45)

Expand Down Expand Up @@ -159,7 +161,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Initial release


[Unreleased]: https://github.com/brotkrueml/typo3-matomo-widgets/compare/v2.1.1...HEAD
[Unreleased]: https://github.com/brotkrueml/typo3-matomo-widgets/compare/v2.2.0...HEAD
[2.2.0]: https://github.com/brotkrueml/typo3-matomo-widgets/compare/v2.1.1...v2.2.0
[2.1.1]: https://github.com/brotkrueml/typo3-matomo-widgets/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/brotkrueml/typo3-matomo-widgets/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/brotkrueml/typo3-matomo-widgets/compare/v1.7.0...v2.0.0
Expand Down
5 changes: 4 additions & 1 deletion Documentation/Changelog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_\ ,
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.

`Unreleased <https://github.com/brotkrueml/typo3-matomo-widgets/compare/v2.1.1...HEAD>`_
`Unreleased <https://github.com/brotkrueml/typo3-matomo-widgets/compare/v2.2.0...HEAD>`_
--------------------------------------------------------------------------------------------

`2.2.0 <https://github.com/brotkrueml/typo3-matomo-widgets/compare/v2.1.1...v2.2.0>`_ - 2023-05-21
------------------------------------------------------------------------------------------------------

Added
^^^^^

Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

project = Matomo Widgets
version = 2.2
release = 2.2.0-dev
release = 2.2.0
copyright = since 2020 by Chris Müller

[html_theme_options]
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'author' => 'Chris Müller',
'author_email' => '[email protected]',
'state' => 'stable',
'version' => '2.2.0-dev',
'version' => '2.2.0',
'constraints' => [
'depends' => [
'php' => '8.1.0-0.0.0',
Expand Down

0 comments on commit 9d79c50

Please sign in to comment.