Skip to content

Commit fe94acb

Browse files
committed
prepare new release
1 parent 9d9ca4c commit fe94acb

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

.changelog/changelog.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
| tag | date | title |
2+
|------------|------------|---------------------------|
3+
| v2.10.0rc2 | 2023-10-19 | User Sync Tool v2.10.0rc2 |
4+
5+
# Fixes
6+
7+
* e61ec81 Fix issue with all users setting
8+
9+
# New Features
10+
11+
* d761c5e Introduce option to limit scope of Adobe-only users to just those that
12+
have groups to remove in the current sync. See [the
13+
manual](https://github.com/adobe-apiplatform/user-sync.py/blob/8082c987c79eddcc3fc06f31a1c32de300a30cd7/en/user-manual/configuring_user_sync_tool.md#limits-config)
14+
for more information
15+
16+
---
17+
118
| tag | date | title |
219
|------------|------------|---------------------------|
320
| v2.10.0rc1 | 2023-09-27 | User Sync Tool v2.10.0rc1 |

.changelog/latest.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
# Fixes
22

33
* e61ec81 Fix issue with all users setting
4+
5+
# New Features
6+
7+
* d761c5e Introduce option to limit scope of Adobe-only users to just those that
8+
have groups to remove in the current sync. See [the
9+
manual](https://github.com/adobe-apiplatform/user-sync.py/blob/8082c987c79eddcc3fc06f31a1c32de300a30cd7/en/user-manual/configuring_user_sync_tool.md#limits-config)
10+
for more information

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.10.0rc1'
21+
__version__ = '2.10.0rc2'

0 commit comments

Comments
 (0)