diff options
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | version.go | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ce4947ebf..8bd1b8de3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +0.7.1 +--- +* **targets** + - `atsamd21`: add support for the `-port` flag in the flash subcommand + 0.7.0 --- * **command line** diff --git a/version.go b/version.go index 83915c370..536e8f16a 100644 --- a/version.go +++ b/version.go @@ -2,4 +2,4 @@ package main // version of this package. // Update this value before release of new version of software. -const version = "0.7.0" +const version = "0.7.1" |