Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit dfc298a

Browse files
1 parent 0ac7597 commit dfc298a

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.2.3 (2021-03-15)
7+
8+
9+
### Features
10+
11+
* amqplib (RabbitMQ) instrumentation ([#80](https://github.com/aspecto-io/opentelemetry-amqplib/issues/80)) ([e3bd5ea](https://github.com/aspecto-io/opentelemetry-amqplib/commit/e3bd5ea377732df3085ed7177922caf574ec7616))

packages/instrumentation-amqplib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opentelemetry-instrumentation-amqplib",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "open telemetry instrumentation for the `amqplib` package",
55
"keywords": [
66
"amqplib",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// this is autogenerated file, see scripts/version-update.js
2-
export const VERSION = '0.2.2';
2+
export const VERSION = '0.2.3';

0 commit comments

Comments
 (0)