blob: 354bc2a98682ffadb562a8c489e0a05bb6f29dab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# Change Log
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [1.0.4]
* Allow the CBS to be registered in Consul under a different name than "config_binding_service"; instead read from the already-set ENV variable CONFIG_BINDING_SERVICE
## [1.0.3]
* Fix an issue caused by flake8 upgrading
## [1.0.2]
* Refactor some code, PEP8 compliance
* Add flake8 to tox
## [1.0.1]
* [Sadly, Missing]
## [1.0.0]
* Depend on the CBS 2.0.0 API
* Add new endpoint for getting all
## [0.0.5]
* Dont pin requests version
## [0.0.3]
* Changelog started
* Unit test suite created
* Current test coverage = 82%
|