Skip to content

Commit 31b6157

Browse files
committed
add CHANGELOG.md
1 parent d3facc4 commit 31b6157

File tree

2 files changed

+6
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-asyncio/src/opentelemetry/instrumentation/asyncio

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
### Added
11+
- `opentelemetry-instrumentation-asyncio` Add support for asyncio
12+
([#1919](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1943))
13+
14+
1015
### Fixed
1116

1217
- `opentelemetry-instrumentation-asgi` Fix UnboundLocalError local variable 'start' referenced before assignment

instrumentation/opentelemetry-instrumentation-asyncio/src/opentelemetry/instrumentation/asyncio/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.41b0.dev"
15+
__version__ = "0.42b0.dev"

0 commit comments

Comments
 (0)