We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6033b0f + 42dc1fc commit 75311aaCopy full SHA for 75311aa
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+# v1.9.0
4
+
5
+* Update net-ldap dependency to `~> 0.11.0` [#84](https://github.com/github/github-ldap/pull/84)
6
7
# v1.8.2
8
9
* Ignore case when comparing ActiveDirectory DNs [#82](https://github.com/github/github-ldap/pull/82)
github-ldap.gemspec
@@ -2,7 +2,7 @@
Gem::Specification.new do |spec|
spec.name = "github-ldap"
- spec.version = "1.8.2"
+ spec.version = "1.9.0"
spec.authors = ["David Calavera", "Matt Todd"]
spec.email = ["david.calavera@gmail.com", "chiology@gmail.com"]
spec.description = %q{LDAP authentication for humans}
0 commit comments