Skip to content

Commit 6de40c1

Browse files
committed
prepare release
1 parent 8c4ea5c commit 6de40c1

File tree

3 files changed

+25
-4
lines changed

3 files changed

+25
-4
lines changed

.changelog/changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
| tag | date | title |
2+
|---|---|---|
3+
| v2.9.0rc1 | 2023-04-12 | User Sync Tool v2.9.0rc1 |
4+
5+
# Features
6+
7+
* 8c4ea5c Implement unconditional username update
8+
9+
# Fixes
10+
11+
* #811 Fix user email update failures
12+
13+
---
14+
115
| tag | date | title |
216
|---|---|---|
317
| v2.8.0 | 2023-01-30 | User Sync Tool v2.8.0 |
@@ -12,6 +26,7 @@
1226
* fa985d1 Fix new user count
1327

1428
---
29+
1530
| tag | date | title |
1631
|---|---|---|
1732
| v2.7.6 | 2023-01-12 | User Sync Tool v2.7.6 |

.changelog/latest.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# Features
22

3-
* #738 Platform and environment info
3+
* 8c4ea5c Implement unconditional username update
44

55
# Fixes
66

7-
* df8b33d Prevent dynamic attribute error
8-
* fa985d1 Fix new user count
7+
* #811 Fix user email update failures
8+
9+
# Advisory
10+
11+
This is a pre-release and may not be stable for production use. The username
12+
update feature is under development and will currently update the username of
13+
any user that can be identified as being in need of a username update. This
14+
may have unexpected side effects.

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.8.0'
21+
__version__ = '2.9.0rc1'

0 commit comments

Comments
 (0)