From 094a3d5ed85ecd71cba1351cade527137db6cde2 Mon Sep 17 00:00:00 2001 From: Matt Todd Date: Thu, 14 May 2015 11:36:20 -0700 Subject: [PATCH] Bump patch version, update changelog --- CHANGELOG.md | 4 ++++ github-ldap.gemspec | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f09c1c9..edd76c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +# v1.8.2 + +* Ignore case when comparing ActiveDirectory DNs [#82](https://github.com/github/github-ldap/pull/82) + # v1.8.1 * Expand supported ActiveDirectory capabilities to include Windows Server 2003 [#80](https://github.com/github/github-ldap/pull/80) diff --git a/github-ldap.gemspec b/github-ldap.gemspec index fb15c7f..c34dc5d 100644 --- a/github-ldap.gemspec +++ b/github-ldap.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "github-ldap" - spec.version = "1.8.1" + spec.version = "1.8.2" spec.authors = ["David Calavera", "Matt Todd"] spec.email = ["david.calavera@gmail.com", "chiology@gmail.com"] spec.description = %q{LDAP authentication for humans}