Skip to content

Commit 2593880

Browse files
committed
Prepare new release
1 parent 7e25343 commit 2593880

File tree

3 files changed

+19
-11
lines changed

3 files changed

+19
-11
lines changed

.changelog/changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
| tag | date | title |
2+
|---|---|---|
3+
| v2.7.5 | 2022-09-29 | User Sync Tool v2.7.5 |
4+
5+
# Bug Fixes
6+
* fbeb468b Update Sign API model to ignore unknown attributes
7+
* 637a2bf7 Get Okta token from config securely
8+
9+
# Documentation Updates
10+
* Documentation is now built from branch `user-guide`
11+
* eab9825 Create GHA workflow to build docs
12+
13+
---
14+
115
| tag | date | title |
216
|---|---|---|
317
| v2.7.4 | 2022-09-07 | User Sync Tool v2.7.4 |

.changelog/latest.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
# Bug Fixes
2-
* 4513fcf6, b8be71f8 Updates to Sign API model
3-
* f5ae3573 Better Okta error handling
4-
* #798 Fix timing of Sign API connection
5-
* #794 Create users with email-type usernames in single command step (instead of two-step workflow)
2+
* fbeb468b Update Sign API model to ignore unknown attributes
3+
* 637a2bf7 Get Okta token from config securely
64

75
# Documentation Updates
8-
* 20ebaebd Document alternate /tmp solution
9-
* 27a99b44, 113a418b Add page for certificate update
10-
11-
# Misc Changes
12-
* #785 Deprecation warning error type
13-
* #791 Remove CLI args from Windows batch files
6+
* Documentation is now built from branch `user-guide`
7+
* eab9825 Create GHA workflow to build docs

user_sync/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1919
# SOFTWARE.
2020

21-
__version__ = '2.7.4'
21+
__version__ = '2.7.5'

0 commit comments

Comments
 (0)