Skip to content

Commit

Permalink
chore(release): 0.22.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.22.0](v0.21.7...v0.22.0) (2022-10-03)

### Bug Fixes

* do not throw error on deleting group when it is created by an external auth provider ([68f0c5c](68f0c5c))
* no need to restrict api endpoints when ldap auth is applied ([a142660](a142660))
* remove authProvider attribute from user and group payload interface ([bbd7786](bbd7786))

### Features

* implemented LDAP authentication ([f915c51](f915c51))
  • Loading branch information
semantic-release-bot committed Oct 3, 2022
1 parent 668aff8 commit d1c1a59
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [0.22.0](https://github.com/sasjs/server/compare/v0.21.7...v0.22.0) (2022-10-03)


### Bug Fixes

* do not throw error on deleting group when it is created by an external auth provider ([68f0c5c](https://github.com/sasjs/server/commit/68f0c5c5884431e7e8f586dccf98132abebb193e))
* no need to restrict api endpoints when ldap auth is applied ([a142660](https://github.com/sasjs/server/commit/a14266077d3541c7a33b7635efa4208335e73519))
* remove authProvider attribute from user and group payload interface ([bbd7786](https://github.com/sasjs/server/commit/bbd7786c6ce13b374d896a45c23255b8fa3e8bd2))


### Features

* implemented LDAP authentication ([f915c51](https://github.com/sasjs/server/commit/f915c51b077a2b8c4099727355ed914ecd6364bd))

## [0.21.7](https://github.com/sasjs/server/compare/v0.21.6...v0.21.7) (2022-09-30)


Expand Down

0 comments on commit d1c1a59

Please sign in to comment.