diff --git a/CHANGELOG.md b/CHANGELOG.md index c9b8660..7ee6c03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.1.0] - 2020-07-30 ### Added - Added Bob's Buddy integration for Battlegrounds *This allows users to view the Battlegrounds outcome odds at their own leisure* @@ -140,7 +142,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Added a deck list with hover zones over each card - Added setup interface with connection guide and basic overlay configuration -[Unreleased]: https://github.com/HearthSim/twitch-hdt-frontend/compare/v1.0.1...HEAD +[Unreleased]: https://github.com/HearthSim/twitch-hdt-frontend/compare/v1.1.0...HEAD +[1.1.0]: https://github.com/HearthSim/twitch-hdt-frontend/compare/v1.0.1...v1.1.0 [1.0.1]: https://github.com/HearthSim/twitch-hdt-frontend/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/HearthSim/twitch-hdt-frontend/compare/v0.4.1...v1.0.0 [0.4.1]: https://github.com/HearthSim/twitch-hdt-frontend/compare/v0.4.0...v0.4.1 diff --git a/package.json b/package.json index 0e70b60..9d67e79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "twitch-hdt-frontend", - "version": "1.0.1", + "version": "1.1.0", "description": "The official Twitch Extension for Hearthstone Deck Tracker.", "homepage": "https://github.com/HearthSim/twitch-hdt-frontend", "bugs": {