diff --git a/CHANGELOG.md b/CHANGELOG.md index 5face3f..d68a3fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Lots of rubocop-y code cleanup - Converted from code climate classic to code climate platform - Added rake task to run code climate platform locally +- Broke low-level secret server operations into `zanzibar/client` ## [0.1.27] - 2016-04-15 ### Added diff --git a/README.md b/README.md index ad8a513..74e192b 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![Code Climate](https://codeclimate.com/github/Cimpress-MCP/zanzibar/badges/gpa.svg)](https://codeclimate.com/github/Cimpress-MCP/zanzibar) [![Test Coverage](https://codeclimate.com/github/Cimpress-MCP/zanzibar/badges/coverage.svg)](https://codeclimate.com/github/Cimpress-MCP/zanzibar/coverage) [![Dependency Status](https://gemnasium.com/badges/github.com/Cimpress-MCP/zanzibar.svg)](https://gemnasium.com/github.com/Cimpress-MCP/zanzibar) +[![Inline docs](http://inch-ci.org/github/cimpress-mcp/zanzibar.svg?branch=master)](http://inch-ci.org/github/cimpress-mcp/zanzibar) Zanzibar is a utility to retrieve secrets from a Secret Server installation. It supports retrieval of a password, public/private key, or secret attachment.