Skip to content

Commit

Permalink
Bump version and update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelarnauts committed Feb 16, 2020
1 parent 3b2bc0e commit 249a029
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [v0.9.4](https://github.com/michaelarnauts/plugin.video.vtm.go/tree/v0.9.4) (2020-02-16)

[Full Changelog](https://github.com/michaelarnauts/plugin.video.vtm.go/compare/v0.9.3...v0.9.4)

**Implemented enhancements:**

- Add support for "Up Next" [\#49](https://github.com/michaelarnauts/plugin.video.vtm.go/issues/49)
- Implement Up Next integration [\#138](https://github.com/michaelarnauts/plugin.video.vtm.go/pull/138) ([michaelarnauts](https://github.com/michaelarnauts))

**Merged pull requests:**

- Add screenshots [\#135](https://github.com/michaelarnauts/plugin.video.vtm.go/pull/135) ([michaelarnauts](https://github.com/michaelarnauts))

## [v0.9.3](https://github.com/michaelarnauts/plugin.video.vtm.go/tree/v0.9.3) (2020-01-26)

[Full Changelog](https://github.com/michaelarnauts/plugin.video.vtm.go/compare/v0.9.2...v0.9.3)
Expand Down
7 changes: 3 additions & 4 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.vtm.go" name="VTM GO" version="0.9.3" provider-name="Michaël Arnauts">
<addon id="plugin.video.vtm.go" name="VTM GO" version="0.9.4" provider-name="Michaël Arnauts">
<requires>
<import addon="xbmc.python" version="2.26.0"/>
<import addon="script.module.dateutil" version="2.6.0"/>
Expand All @@ -18,9 +18,8 @@
<disclaimer lang="en_GB">This add-on is not officially commissioned/supported by DPG Media and is provided 'as is' without any warranty of any kind. The VTM GO name, VTM GO logo and channel icons are property of DPG Media and are used according to the fair use policy.</disclaimer>
<platform>all</platform>
<license>GPL-3.0</license>
<news>v0.9.3 (26/01/2020)
- Implement profiles and upgrade VTM GO API
- Added fanart
<news>v0.9.4
- Implement Up Next support
</news>
<source>https://github.com/michaelarnauts/plugin.video.vtm.go</source>
<assets>
Expand Down

0 comments on commit 249a029

Please sign in to comment.