diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ca280c..3a3dfdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changelog ========= +### v0.1.1 + +* Fixed broken GRPC Reflection Interface. Now instantiates a reflection client as expected. +* Updated the README with shields and install instructions +* Added Poetry lock file + ### v0.1.0 Initial release. diff --git a/pyproject.toml b/pyproject.toml index f61d098..7960ef4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "eagr" -version = "0.1.0" +version = "0.1.1" description = "A collection of utilities for making GRPC easier to use in python." authors = ["Louis Ades "]