Skip to content

Commit

Permalink
Release version v2.0.0-beta
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Ondráček <[email protected]>
  • Loading branch information
Roman3349 committed Sep 5, 2018
1 parent c584ef5 commit 372c33d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [2.0.0-beta] - 2018-09-05
### Added:
- Add configuration tools for IQRF Gateway Daemon v2
- Add PHPSTan - tool for static analysation
Expand All @@ -13,6 +15,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- Add the installation wizard

### Changed:
- Hide JSON Raw API and JSON Splitter configuration to a normal user
- Move the link for the IQRF Gateway Daemon's configuration migration under the Gateway module
- Drop PHP 7.0 support
- Move core functionality into own module (CoreModule)
- Update dependencies
- Replace `iqrfapp` with a Websocket client
- Rename projet to `iqrf-gateway-webapp`
Expand Down Expand Up @@ -294,7 +300,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- Add a basic installation tool
- Add IQRF IDE4 macros parser

[Unreleased]: https://github.com/iqrfsdk/iqrf-gateway-webapp/compare/v1.1.6...HEAD
[Unreleased]: https://github.com/iqrfsdk/iqrf-gateway-webapp/compare/v2.0.0-beta...HEAD
[2.0.0-beta]: https://github.com/iqrfsdk/iqrf-gateway-webapp/compare/v1.1.6...v2.0.0-beta
[1.1.6]: https://github.com/iqrfsdk/iqrf-gateway-webapp/compare/v1.1.5...v1.1.6
[1.1.5]: https://github.com/iqrfsdk/iqrf-gateway-webapp/compare/v1.1.4...v1.1.5
[1.1.4]: https://github.com/iqrfsdk/iqrf-gateway-webapp/compare/v1.1.3...v1.1.4
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iqrfsdk/iqrf-gateway-webapp",
"description": "IQRF Gateway Daemon web application",
"version": "1.1.6",
"version": "2.0.0-beta",
"type": "project",
"keywords": ["nette", "iqrf", "iqrf-daemon"],
"homepage": "https://github.com/iqrfsdk/iqrf-gateway-webapp",
Expand Down
10 changes: 6 additions & 4 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
iqrf-gateway-webapp (2.0.0-alpha~1.gbpc066ad) testing; urgency=medium

** SNAPSHOT build @c066ada90e4e94bc4d0ea2906c5f124d783e5b0c **
iqrf-gateway-webapp (2.0.0-beta) testing; urgency=medium

[ Roman Ondráček ]
* Add configuration tools for IQRF Gateway Daemon v2
Expand All @@ -9,9 +7,13 @@ iqrf-gateway-webapp (2.0.0-alpha~1.gbpc066ad) testing; urgency=medium
* Add support for Debian testing and Ubuntu 18.04 in the installer
* Add an user manager
* Add the installation wizard
* Hide JSON Raw API and JSON Splitter configuration to a normal user
* Move the link for the IQRF Gateway Daemon's configuration migration under the Gateway module
* Drop PHP 7.0 support
* Move core functionality into own module (CoreModule)
* Update dependencies
* Replace `iqrfapp` with a Websocket client
* Rename projet to `iqrf-gateway-webapp`
* Removed configuration tools for IQRF Gateway Daemon v1

-- Roman Ondráček <ondracek.roman@centrum.cz> Mon, 27 Aug 2018 14:48:06 +0200
-- Roman Ondráček <roman[email protected]> Wed, 05 Sep 2018 13:50:10 +0200

0 comments on commit 372c33d

Please sign in to comment.