Skip to content

Commit

Permalink
develop -> master + CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas St. Germain committed Dec 11, 2019
1 parent 6e1069d commit 7ebf3bb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Change Log

## [v1.7.4](https:/Boerderij/Varken/tree/v1.7.4) (2019-10-07)
[Full Changelog](https:/Boerderij/Varken/compare/1.7.3...v1.7.4)
## [v1.7.5](https:/Boerderij/Varken/tree/v1.7.5) (2019-12-11)
[Full Changelog](https:/Boerderij/Varken/compare/1.7.4...v1.7.5)

**Merged pull requests:**

- v1.7.5 Merge [\#162](https:/Boerderij/Varken/pull/162) ([DirtyCajunRice](https:/DirtyCajunRice))
- Add helper itemgetter function for TautulliStream fields [\#157](https:/Boerderij/Varken/pull/157) ([JonnyWong16](https:/JonnyWong16))
- Fix to only use NamedTuple fields from TautulliStream [\#156](https:/Boerderij/Varken/pull/156) ([JonnyWong16](https:/JonnyWong16))

## [1.7.4](https:/Boerderij/Varken/tree/1.7.4) (2019-10-07)
[Full Changelog](https:/Boerderij/Varken/compare/1.7.3...1.7.4)

**Implemented enhancements:**

Expand All @@ -24,6 +33,10 @@
- \[BUG\] Varken Crashes when ini is read only [\#146](https:/Boerderij/Varken/issues/146)
- \[BUG\] Missing Available Movies/TV Shows does not take Monitored status into account [\#141](https:/Boerderij/Varken/issues/141)

**Closed issues:**

- \[Feature Request\] Medusa Support [\#148](https:/Boerderij/Varken/issues/148)

**Merged pull requests:**

- v1.7.3 Merge [\#149](https:/Boerderij/Varken/pull/149) ([DirtyCajunRice](https:/DirtyCajunRice))
Expand Down Expand Up @@ -323,4 +336,4 @@
- Create crontabs [\#6](https:/Boerderij/Varken/pull/6) ([ghost](https:/ghost))
- update plex\_dashboard.json [\#5](https:/Boerderij/Varken/pull/5) ([ghost](https:/ghost))
- Update README.md [\#4](https:/Boerderij/Varken/pull/4) ([ghost](https:/ghost))
- added sickrage portion [\#3](https:/Boerderij/Varken/pull/3) ([ghost](https:/ghost))
- added sickrage portion [\#3](https:/Boerderij/Varken/pull/3) ([ghost](https:/ghost))
2 changes: 1 addition & 1 deletion varken/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = "1.7.5"
BRANCH = 'develop'
BRANCH = 'master'

0 comments on commit 7ebf3bb

Please sign in to comment.