diff --git a/ChangeLog.md b/ChangeLog.md index 9b8b160..40eb19f 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,19 @@ +# v1.27.0-rev2 + +Released: 05-Jun-2021 + +This is a minor feature update and bug fix release. + +* Client-side handling of custom peers ([#55][5]) +* Review M/Monit license handling ([#57][57]) +* Upgrade to cncli-2.1.1 ([#56][56]) + +[55]: https://github.com/tdiesler/nessus-cardano/issues/55 +[56]: https://github.com/tdiesler/nessus-cardano/issues/56 +[57]: https://github.com/tdiesler/nessus-cardano/issues/57 + +For details see [v1.27.0-rev2](https://github.com/tdiesler/nessus-cardano/issues?q=milestone%3Av1.27.0-rev2) + # v1.27.0-rev1 Released: 14-May-2021 diff --git a/build-multiarch.sh b/build-multiarch.sh index a9e106f..e340a2a 100755 --- a/build-multiarch.sh +++ b/build-multiarch.sh @@ -1,7 +1,7 @@ #!/bin/bash CARDANO_VER="1.27.0" -NESSUS_REV="dev" +NESSUS_REV="rev2" MONIT_VER="5.28.0" MONIT_REV="rev4" diff --git a/build.sh b/build.sh index d4cbd54..ed4dbe4 100755 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/bash CARDANO_VER="1.27.0" -NESSUS_REV="dev" +NESSUS_REV="rev2" MONIT_VER="5.28.0" MONIT_REV="rev4"