Skip to content

Commit d397e4b

Browse files
committed
prepare for release v0.14.2
1 parent fb352c2 commit d397e4b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

doc/changelog.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
# v0.14.1 -> x.x.x
1+
# v0.14.1 -> v0.14.2
2+
3+
## Tech Preview New API
4+
Release 0.14.2 comes with an update to the tech preview of APIv2. Be aware, it is a preview, it contains bugs and it will change; To use it, please see https://github.com/hashtopolis/server/wiki/Installation.
25

36
## Bugfixes
47
- Setting maxAgent after creating doesn't update the maxAgents of the taskwrapper. This only causes issues when the maxAgents was set at creation time. #1013
58

6-
# v0.14.0 -> 0.14.1
9+
# v0.14.0 -> v0.14.1
710

811
## Tech Preview New API
912
Release 0.14.1 comes with an update to the tech preview of APIv2. Be aware, it is a preview, it contains bugs and it will change; To use it, please see https://github.com/hashtopolis/server/wiki/Installation.

src/inc/info.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
$VERSION = "0.14.1";
3+
$VERSION = "0.14.2";
44
$BUILD = "repository";
55
$HOST = @$_SERVER['HTTP_HOST'];
66
if (strpos($HOST, ":") !== false) {

0 commit comments

Comments
 (0)