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

Commit 8a05453

Browse files
1 parent 8751164 commit 8a05453

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

packages/instrumentation-sequelize/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.5.1](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-sequelize@[email protected]) (2021-06-15)
7+
8+
9+
### Features
10+
11+
* add table name to sequelize spans ([#132](https://github.com/aspecto-io/opentelemetry-ext-js/issues/132)) ([8751164](https://github.com/aspecto-io/opentelemetry-ext-js/commit/8751164c3c07c342f6e665075350410b90041158))
12+
13+
14+
15+
16+
617
# [0.5.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-sequelize@[email protected]) (2021-06-09)
718

819
**Note:** Version bump only for package opentelemetry-instrumentation-sequelize

packages/instrumentation-sequelize/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-sequelize",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "open telemetry instrumentation for the `sequelize` module",
55
"keywords": [
66
"sequelize",
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.5.0';
2+
export const VERSION = '0.5.1';

0 commit comments

Comments
 (0)