Skip to content

Commit

Permalink
prepare for release v0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
s3inlc committed Mar 19, 2024
1 parent fb352c2 commit d397e4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions doc/changelog.md
@@ -1,9 +1,12 @@
# v0.14.1 -> x.x.x
# v0.14.1 -> v0.14.2

## Tech Preview New API
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.

## Bugfixes
- 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

# v0.14.0 -> 0.14.1
# v0.14.0 -> v0.14.1

## Tech Preview New API
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.
Expand Down
2 changes: 1 addition & 1 deletion src/inc/info.php
@@ -1,6 +1,6 @@
<?php

$VERSION = "0.14.1";
$VERSION = "0.14.2";
$BUILD = "repository";
$HOST = @$_SERVER['HTTP_HOST'];
if (strpos($HOST, ":") !== false) {
Expand Down

0 comments on commit d397e4b

Please sign in to comment.