Skip to content

Commit

Permalink
Changelog + Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dirtycajunrice committed Dec 11, 2018
1 parent b3952f3 commit 2bfcc07
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
# Change Log

## [v1.0](https:/Boerderij/Varken/tree/v1.0) (2018-12-09)
## [v1.1](https:/Boerderij/Varken/tree/v1.1) (2018-12-11)
[Full Changelog](https:/Boerderij/Varken/compare/v1.0...v1.1)

**Implemented enhancements:**

- Convert missing available to True False [\#54](https:/Boerderij/Varken/issues/54)
- Handle invalid config better and log it [\#51](https:/Boerderij/Varken/issues/51)
- Feature Request - Include value from Radarr [\#50](https:/Boerderij/Varken/issues/50)
- Change true/false to 0/1 for missing movies [\#47](https:/Boerderij/Varken/issues/47)

**Fixed bugs:**

- \[BUG\] Time does not update from "today" [\#56](https:/Boerderij/Varken/issues/56)
- geoip\_download does not account for moving data folder [\#46](https:/Boerderij/Varken/issues/46)

**Closed issues:**

- Initial startup requires admin access to InfluxDB [\#53](https:/Boerderij/Varken/issues/53)
- Ability to add custom tautulli port [\#49](https:/Boerderij/Varken/issues/49)

**Merged pull requests:**

- v1.1 Merge [\#57](https:/Boerderij/Varken/pull/57) ([DirtyCajunRice](https:/DirtyCajunRice))
- Update issue templates [\#55](https:/Boerderij/Varken/pull/55) ([DirtyCajunRice](https:/DirtyCajunRice))

## [v1.0](https:/Boerderij/Varken/tree/v1.0) (2018-12-10)
[Full Changelog](https:/Boerderij/Varken/compare/v0.3-nightly...v1.0)

**Implemented enhancements:**
Expand Down
2 changes: 1 addition & 1 deletion varken/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = 1.0
VERSION = 1.1

0 comments on commit 2bfcc07

Please sign in to comment.