From fc3df6ae2d77e315e6840a0d422e8df35f9edba3 Mon Sep 17 00:00:00 2001 From: lukechampine Date: Tue, 25 Apr 2017 12:41:44 -0400 Subject: [PATCH] bump version to v1.2.1 --- CHANGELOG.md | 5 +++++ README.md | 2 +- build/version.go | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e959cf996b..928efd845e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ Version History April 2017: +v1.2.1 (patch release) +- Faster host upgrading +- Fix wallet bugs +- Add siac command to cancel allowance + v1.2.0 (minor release) - Host overhaul - Wallet overhaul diff --git a/README.md b/README.md index 3df113ae17..05559c0592 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [![Sia Logo](http://sia.tech/img/svg/sia-green-logo.svg)](http://sia.tech) v1.2.0 (Blue Moon) +# [![Sia Logo](http://sia.tech/img/svg/sia-green-logo.svg)](http://sia.tech) v1.2.1 (Blue Moon) [![Build Status](https://travis-ci.org/NebulousLabs/Sia.svg?branch=master)](https://travis-ci.org/NebulousLabs/Sia) [![GoDoc](https://godoc.org/github.com/NebulousLabs/Sia?status.svg)](https://godoc.org/github.com/NebulousLabs/Sia) diff --git a/build/version.go b/build/version.go index 776b8ff071..5c52d742d2 100644 --- a/build/version.go +++ b/build/version.go @@ -7,7 +7,7 @@ import ( const ( // Version is the current version of siad. - Version = "1.2.0" + Version = "1.2.1" // MaxEncodedVersionLength is the maximum length of a version string encoded // with the encode package. 100 is much larger than any version number we send