v1.7.2 CHANGELOG + version to master
This commit is contained in:
parent
578b960652
commit
8d2d51b199
2 changed files with 19 additions and 4 deletions
21
CHANGELOG.md
21
CHANGELOG.md
|
@ -1,7 +1,22 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
## [v1.7.1](https://github.com/Boerderij/Varken/tree/v1.7.1) (2019-06-03)
|
## [v1.7.2](https://github.com/Boerderij/Varken/tree/v1.7.2) (2019-06-23)
|
||||||
[Full Changelog](https://github.com/Boerderij/Varken/compare/1.7.0...v1.7.1)
|
[Full Changelog](https://github.com/Boerderij/Varken/compare/1.7.1...v1.7.2)
|
||||||
|
|
||||||
|
**Implemented enhancements:**
|
||||||
|
|
||||||
|
- Allow configuration via environment variables [\#137](https://github.com/Boerderij/Varken/issues/137)
|
||||||
|
|
||||||
|
**Fixed bugs:**
|
||||||
|
|
||||||
|
- \[BUG\] logger invoked before initialization in dbmanager [\#138](https://github.com/Boerderij/Varken/issues/138)
|
||||||
|
|
||||||
|
**Merged pull requests:**
|
||||||
|
|
||||||
|
- v1.7.2 Merge [\#134](https://github.com/Boerderij/Varken/pull/134) ([DirtyCajunRice](https://github.com/DirtyCajunRice))
|
||||||
|
|
||||||
|
## [1.7.1](https://github.com/Boerderij/Varken/tree/1.7.1) (2019-06-04)
|
||||||
|
[Full Changelog](https://github.com/Boerderij/Varken/compare/1.7.0...1.7.1)
|
||||||
|
|
||||||
**Fixed bugs:**
|
**Fixed bugs:**
|
||||||
|
|
||||||
|
@ -273,7 +288,7 @@
|
||||||
**Merged pull requests:**
|
**Merged pull requests:**
|
||||||
|
|
||||||
- v0.1 [\#20](https://github.com/Boerderij/Varken/pull/20) ([samwiseg0](https://github.com/samwiseg0))
|
- v0.1 [\#20](https://github.com/Boerderij/Varken/pull/20) ([samwiseg0](https://github.com/samwiseg0))
|
||||||
- Added selfplug [\#19](https://github.com/Boerderij/Varken/pull/19) ([si0972](https://github.com/si0972))
|
- Added selfplug [\#19](https://github.com/Boerderij/Varken/pull/19) ([Roxedus](https://github.com/Roxedus))
|
||||||
- Major rework of the scripts [\#14](https://github.com/Boerderij/Varken/pull/14) ([samwiseg0](https://github.com/samwiseg0))
|
- Major rework of the scripts [\#14](https://github.com/Boerderij/Varken/pull/14) ([samwiseg0](https://github.com/samwiseg0))
|
||||||
- fix worldmap after change to maxmind local db [\#11](https://github.com/Boerderij/Varken/pull/11) ([madbuda](https://github.com/madbuda))
|
- fix worldmap after change to maxmind local db [\#11](https://github.com/Boerderij/Varken/pull/11) ([madbuda](https://github.com/madbuda))
|
||||||
- Update sonarr.py [\#7](https://github.com/Boerderij/Varken/pull/7) ([ghost](https://github.com/ghost))
|
- Update sonarr.py [\#7](https://github.com/Boerderij/Varken/pull/7) ([ghost](https://github.com/ghost))
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
VERSION = "1.7.2"
|
VERSION = "1.7.2"
|
||||||
BRANCH = 'develop'
|
BRANCH = 'master'
|
||||||
|
|
Loading…
Reference in a new issue