diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e7a1aff..09d17055 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## [Unreleased] +## [5.0.0] - 2017-12-22 + ### Changed - The property `macAddress` on `Device` changed type from `string | undefined` to `string`. Devices without a MAC address are now omitted from search results. diff --git a/package.json b/package.json index 8d127b7f..613eb373 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "axis-discovery-ssdp", - "version": "4.1.0", + "version": "5.0.0", "description": "A Node.js SSDP (UPnP) client library written in TypeScript capable of searching for Axis Communication cameras.", "keywords": [ "axis",