Skip to content

Commit

Permalink
Publish [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaranionjc committed May 17, 2022
1 parent 2b3eec1 commit 32add55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .circleci/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ parameters:
PublishToPSGallery:
description: 'When `true` and when run against Master branch, this workflow will publish the latest code to PSGallery'
type: boolean
default: false
default: true
ManualModuleVersion:
description: 'When `true` the pipeline will use the Module Version specified in JumpCloud Module JumpCloud.psd1 file'
type: boolean
Expand Down
11 changes: 3 additions & 8 deletions PowerShell/ModuleChangelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,20 @@ Release Date: May 16, 2022

#### RELEASE NOTES

```
This release includes an update to Set, Get, New-JCUser to add the use of Email to the Manager field
```
This release includes an update to Set, Get, New-JCUser to search manager by a valid JumpCloud user's primary email

#### IMPROVEMENTS:

* Set, Get, New-JCUser will validate email address value given to -manager

#### FEATURES:

* This release adds email search to manager field in Set, Get, New-JCUser


#### FEATURES:

* This release adds new parameters to Get-JCResults private function

#### BUG FIXES:

N/A
* Backup-JCOrganization no longer throws a forbidden error message when run with a read-only API Key.

## 1.21.0

Expand Down

0 comments on commit 32add55

Please sign in to comment.