Skip to content

Commit

Permalink
Release version 2.0.0-rc2
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Ondráček <[email protected]>
  • Loading branch information
Roman3349 committed Jan 6, 2020
1 parent fcf211d commit 1f7614f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/config/console.neon
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ extensions:

console:
name: IQRF Gateway Webapp manager
version: 2.0.0-rc1
version: 2.0.0-rc2
catchExceptions: true
autoExit: true
url: http://localhost/
Expand Down
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
iqrf-gateway-webapp (2.0.0-rc2) testing; urgency=medium

* Tests: fix tests for the webapp's version
* GitLab CI: fix stable package deployment
* Add PHP 7.4 support, update Monolog and Sentry (fix #179)
* Debian packaging: fix patches
* Add Rector, fix coding style

-- Roman Ondráček <[email protected]> Mon, 06 Jan 2020 13:37:07 +0100

iqrf-gateway-webapp (2.0.0-rc1) testing; urgency=medium

[ Roman Ondráček ]
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/CoreModule/Models/VersionManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class VersionManagerTest extends CommandTestCase {
/**
* @var string Current version of the webapp
*/
private $currentVersion = '2.0.0-rc1';
private $currentVersion = '2.0.0-rc2';

/**
* @var string Current stable version of the webapp
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/GatewayModule/Models/VersionManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class VersionManagerTest extends WebSocketTestCase {
/**
* IQRF Gateway Webapp's version
*/
private const WEBAPP_VERSION = 'v2.0.0-rc1';
private const WEBAPP_VERSION = 'v2.0.0-rc2';

/**
* Sets up the test environment
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "v2.0.0-rc1",
"version": "v2.0.0-rc2",
"commit": "",
"pipeline": ""
}

0 comments on commit 1f7614f

Please sign in to comment.