Skip to content

Commit 34a6231

Browse files
committed
bump version, prepare Changelog
1 parent b00dfe3 commit 34a6231

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66

7-
## [Unreleased]
7+
## [1.2.2] - 2021-06-18
8+
9+
### Changed
10+
11+
- Use relative url instead of absoulute url - [#164](https://github.com/owncloud/announcementcenter/issues/164)
12+
- Drop PHP 7.1 - [#148](https://github.com/owncloud/announcementcenter/issues/148)
813

914
## [1.2.1] - 2018-11-30
1015

@@ -23,6 +28,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
2328

2429
- Allow announcements without messages - [#86](https://github.com/owncloud/announcementcenter/pull/86)
2530

26-
[Unreleased]: https://github.com/owncloud/announcementcenter/compare/v1.2.1...master
31+
[1.2.2]: https://github.com/owncloud/announcementcenter/compare/v1.2.1...v1.2.2
2732
[1.2.1]: https://github.com/owncloud/announcementcenter/compare/v1.2.0...v1.2.1
2833

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<description>This application enables admins to notify users about e.g. upcoming maintenance windows or changed features. Notifications are sent via Activity mails, the notification bell in the WebUI and ownCloud clients display them as well.</description>
77
<licence>AGPL</licence>
88
<author>Joas Schilling</author>
9-
<version>1.2.1</version>
9+
<version>1.2.2</version>
1010
<namespace>AnnouncementCenter</namespace>
1111

1212
<category>tools</category>

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Organization and project keys are displayed in the right sidebar of the project homepage
22
sonar.organization=owncloud-1
33
sonar.projectKey=owncloud_announcementcenter
4-
sonar.projectVersion=1.0
4+
sonar.projectVersion=1.2.2
55
sonar.host.url=https://sonarcloud.io
66

77
# =====================================================

0 commit comments

Comments
 (0)