Skip to content
This repository has been archived by the owner on Dec 5, 2018. It is now read-only.

Latest commit

 

History

History
28 lines (20 loc) · 819 Bytes

CHANGELOG.md

File metadata and controls

28 lines (20 loc) · 819 Bytes

Change Log

All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.

...

0.2.0 - 2016-03-25

Changed

  • authenticate! takes an auth-type keyword and a map of credentials now instead of only supporting the :app-id auth type.

Added

  • Added direct token authentication with type :token and credentials of the token string.
  • Added support for listing secrets with the client protocol.

0.1.0 - 2015-10-27

Added

  • Initial library implementation.