From 29fce3708b0442b2526d7c25f1bc7194c1692a35 Mon Sep 17 00:00:00 2001 From: Hugo Gonzalez Date: Sun, 22 Jan 2017 22:53:26 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d156f3..39c945b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [1.1.0] - 2017-01-22 +### Added +- LDAPv3 user driver +- Method agnostic authentication webservice to work with [NGINX auth_request + directive](http://nginx.org/en/docs/http/ngx_http_auth_request_module.html#auth_request) +- Service registration and service discovery with etcd + ## [1.0.0] - 2017-01-16 ### Changed - Use HTTP instead of GRPC for server-to-sever communication.