We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f1e440 commit a5bdaa0Copy full SHA for a5bdaa0
3 files changed
.changelog/changelog.md
@@ -1,3 +1,11 @@
1
+| tag | date | title |
2
+|---|---|---|
3
+| v2.20 | 2022-08-05 | umapi-client v2.20 |
4
+
5
+* \#103 Create users with email-type usernames that differ from email address in a single call
6
7
+---
8
9
| tag | date | title |
10
|---|---|---|
11
| v2.19 | 2022-03-08 | umapi-client v2.19 |
.changelog/latest.md
@@ -1,2 +1 @@
-* \#98 Add X-Request-Id header to all calls
-* \#100 Send start/end headers on any type of call
umapi_client/version.py
@@ -18,4 +18,4 @@
18
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
# SOFTWARE.
20
21
-__version__ = "2.19"
+__version__ = "2.20"
0 commit comments