From 6851377ce3f1d3a671de3b1c2f3cda864e30287c Mon Sep 17 00:00:00 2001 From: Xiang Yan Date: Mon, 13 Jan 2020 14:00:31 -0800 Subject: [PATCH] update changelog and release date --- sdk/core/azure-core/HISTORY.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sdk/core/azure-core/HISTORY.md b/sdk/core/azure-core/HISTORY.md index cdd652db7691..4f0c08137990 100644 --- a/sdk/core/azure-core/HISTORY.md +++ b/sdk/core/azure-core/HISTORY.md @@ -1,18 +1,19 @@ # Release History -## 1.1.2 (Unreleased) +## 1.1.2 (2020-01-14) ### Features +- Support OPTIONS HTTP verb #9322 +- Add tracing_attributes to tracing decorator #9297 - Support auto_request_id in RequestIdPolicy #9163 - Support fixed retry #6419 - Support "retry-after-ms" in response header #9240 ### Bug fixes -- Removed `__enter__` and `__exit__` from async context managers -([#9313](https://github.com/Azure/azure-sdk-for-python/pull/9313)) +- Removed `__enter__` and `__exit__` from async context managers #9313 ## 1.1.1 (2019-12-03)