Skip to content

Commit

Permalink
Merge pull request #733 from owncloud/prepare-1.1.1
Browse files Browse the repository at this point in the history
chore: Prepare release 1.1.1
  • Loading branch information
jnweiger authored Jun 20, 2024
2 parents b7f8cfc + 15ae4fe commit dc502be
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Unreleased]

### Added
## [1.1.1]

- Added support for PHP 7.4
### Changed

- [#730](https://github.com/owncloud/updater/pull/730) - exit with success command line status 0 for not implemented methods
- Bump libraries

## [1.1.0]

### Changed

* [#711](https://github.com/owncloud/updater/pull/711) - Always return an int from Symfony Command execute method
* Bump libraries
- [#711](https://github.com/owncloud/updater/pull/711) - Always return an int from Symfony Command execute method
- Bump libraries

## [1.0.1]

Expand Down
2 changes: 1 addition & 1 deletion app/config/container.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
};

$c['application'] = function ($c) {
$application = new Application('ownCloud updater', '1.1.0');
$application = new Application('ownCloud updater', '1.1.1');
$application->setContainer($c);
$application->addCommands($c['commands']);
$application->setDefaultCommand($c['command.start']->getName());
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Organization and project keys are displayed in the right sidebar of the project homepage
sonar.organization=owncloud-1
sonar.projectKey=owncloud_updater
sonar.projectVersion=1.1.0
sonar.projectVersion=1.1.1
sonar.host.url=https://sonarcloud.io

# =====================================================
Expand Down

0 comments on commit dc502be

Please sign in to comment.