diff --git a/CHANGELOG.md b/CHANGELOG.md index dccf495..d130324 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,12 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how Fixed -- for any bug fixes. Security -- in case of vulnerabilities. --> + +## [0.16.0] + +### Changed +- Both lxi and usb device info struct's instrument address field has same name (TSP-634) + ## [0.15.3] ### Fixed diff --git a/package.json b/package.json index 5d72ddc..2d21c44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tektronix/kic-cli", - "version": "0.15.3", + "version": "0.16.0", "main": "index.js", "bin": { "windows-kic": "./bin/kic.exe",