Skip to content

Commit

Permalink
release: Release 2 gems (#657)
Browse files Browse the repository at this point in the history
* release: Release 2 gems

* docs: Update changelog

---------

Co-authored-by: Ariel Valentin <ariel@arielvalentin.com>
Co-authored-by: Ariel Valentin <arielvalentin@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 7, 2023
1 parent 3b4189b commit d0d8e2d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions instrumentation/active_support/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-active_support

### v0.4.2 / 2023-09-07

FIXED: Reduce Object allocation

### v0.4.1 / 2023-06-05

* FIXED: Base config options
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module ActiveSupport
VERSION = '0.4.1'
VERSION = '0.4.2'
end
end
end
8 changes: 6 additions & 2 deletions resource_detectors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Release History: opentelemetry-resource_detectors

### v0.24.1 / 2023-08-03
### v0.24.2 / 2023-09-07

* FIXED: Remove inline linter rules
* CHANGED: split resource_detectors into their own gems

### v0.24.1 / 2023-08-03

* FIXED: Remove inline linter rules

### v0.24.0 / 2023-08-02

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Resource
module Detectors
VERSION = '0.24.1'
VERSION = '0.24.2'
end
end
end

0 comments on commit d0d8e2d

Please sign in to comment.