Skip to content
This repository has been archived by the owner on Apr 27, 2019. It is now read-only.

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
highlyunavailable committed Mar 15, 2016
1 parent 32a23b5 commit 631213a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@

## 2016-03-15
* Add missing `IDisposable` to `IConsulClient`.
* Made the setters for `CreateIndex` and `ModifyIndex` on `ACLEntry`, `KVPair`
and `SessionEntry` public to allow for easier unit testing.
* Ported the `EnableTagOverride` feature from
https://github.com/hashicorp/consul/commit/afdeb2f1fc189c5a9e6440c27c1918e7b09c2cdc

## 2016-03-10
* Added a `ConsulClient(ConsulClientConfiguration, HttpClient)` constructor
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://ci.appveyor.com/api/projects/status/github/PlayFab/consuldotnet?branch=master&svg=true)](https://ci.appveyor.com/project/highlyunavailable/consuldotnet)

* Consul API: [v0.6.3](https://github.com/hashicorp/consul/tree/v0.6.1/api)
* Consul API: [v0.6.3](https://github.com/hashicorp/consul/tree/v0.6.3/api)
* .NET version: >= 4.5

Consul.NET is a .NET port of the Go Consul API, but reworked to use .NET
Expand Down

0 comments on commit 631213a

Please sign in to comment.