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.
1 parent 32e2298 commit 8446d9dCopy full SHA for 8446d9d
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+# v1.7.1
4
+
5
+* Add Active Directory group filter [#75](https://github.com/github/github-ldap/pull/75)
6
7
## v1.7.0
8
9
* Accept `:depth` option for Recursive membership validator strategy instance [#73](https://github.com/github/github-ldap/pull/73)
github-ldap.gemspec
@@ -2,7 +2,7 @@
Gem::Specification.new do |spec|
spec.name = "github-ldap"
- spec.version = "1.7.0"
+ spec.version = "1.7.1"
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