Skip to content

Commit 581d081

Browse files
committed
Merge pull request #74 from github/release-1.7.0
Release v1.7.0
2 parents 4105b9e + 1ef910c commit 581d081

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

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+
39
## v1.6.0
410

511
* Expose `GitHub::Ldap::Group.group?` for testing if entry is a group [#67](https://github.com/github/github-ldap/pull/67)

github-ldap.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = "github-ldap"
5-
spec.version = "1.6.0"
5+
spec.version = "1.7.0"
66
spec.authors = ["David Calavera", "Matt Todd"]
77
spec.email = ["david.calavera@gmail.com", "chiology@gmail.com"]
88
spec.description = %q{LDAP authentication for humans}

0 commit comments

Comments
 (0)