File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## v1.7.0
4
+
5
+ * Accept ` :depth ` option for Recursive membership validator strategy instance [ #73 ] ( https://github.com/github/github-ldap/pull/73 )
6
+ * Deprecate ` depth ` argument to ` Recursive ` membership validator ` perform ` method
7
+ * Bump net-ldap dependency to 0.10.0 at minimum [ #72 ] ( https://github.com/github/github-ldap/pull/72 )
8
+
3
9
## v1.6.0
4
10
5
11
* Expose ` GitHub::Ldap::Group.group? ` for testing if entry is a group [ #67 ] ( https://github.com/github/github-ldap/pull/67 )
Original file line number Diff line number Diff line change 2
2
3
3
Gem ::Specification . new do |spec |
4
4
spec . name = "github-ldap"
5
- spec . version = "1.6 .0"
5
+ spec . version = "1.7 .0"
6
6
spec . authors = [ "David Calavera" , "Matt Todd" ]
7
7
spec . email = [ "david.calavera@gmail.com" , "chiology@gmail.com" ]
8
8
spec . description = %q{LDAP authentication for humans}
You can’t perform that action at this time.
0 commit comments