Skip to content

Commit d4f5ca1

Browse files
authored
docs: Fix CHANGELOGs to reflect a past breaking change (#1038)
This was actually a breaking change, and despite `:fix!` being used in the commit, the release tooling failed to mark the change as breaking. Refs: #648, #655
1 parent 08fad6e commit d4f5ca1

File tree

11 files changed

+13
-13
lines changed

11 files changed

+13
-13
lines changed

instrumentation/active_job/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
### v0.6.0 / 2023-09-07
2222

23-
* FIXED: Align messaging instrumentation operation names
23+
* BREAKING CHANGE: Align messaging instrumentation operation names [#648](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/648)
2424

2525
### v0.5.2 / 2023-08-03
2626

instrumentation/all/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@
5757

5858
### v0.50.1 / 2023-09-07
5959

60-
* FIXED: Align messaging instrumentation operation names (Resque)
60+
* BREAKING CHANGE: Align messaging instrumentation operation names (Resque)
6161

6262
### v0.50.0 / 2023-09-07
6363

64-
* FIXED: Align messaging instrumentation operation names
64+
* BREAKING CHANGE: Align messaging instrumentation operation names [#648](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/648)
6565

6666
### v0.40.0 / 2023-08-07
6767

instrumentation/aws_sdk/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
### v0.5.0 / 2023-09-07
1212

13-
* FIXED: Align messaging instrumentation operation names
13+
* BREAKING CHANGE: Align messaging instrumentation operation names [#648](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/648)
1414

1515
### v0.4.2 / 2023-08-03
1616

instrumentation/bunny/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
### v0.21.0 / 2023-09-07
1616

17-
* FIXED: Align messaging instrumentation operation names
17+
* BREAKING CHANGE: Align messaging instrumentation operation names [#648](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/648)
1818

1919
### v0.20.1 / 2023-06-05
2020

instrumentation/delayed_job/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
### v0.21.0 / 2023-09-07
1818

19-
* FIXED: Align messaging instrumentation operation names
19+
* BREAKING CHANGE: Align messaging instrumentation operation names [#648](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/648)
2020

2121
### v0.20.1 / 2023-06-05
2222

instrumentation/que/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
### v0.7.0 / 2023-09-07
1717

18-
* FIXED: Align messaging instrumentation operation names
18+
* BREAKING CHANGE: Align messaging instrumentation operation names [#648](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/648)
1919

2020
### v0.6.2 / 2023-08-07
2121

instrumentation/racecar/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
### v0.3.0 / 2023-09-07
1212

13-
* FIXED: Align messaging instrumentation operation names
13+
* BREAKING CHANGE: Align messaging instrumentation operation names [#648](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/648)
1414

1515
### v0.2.1 / 2023-06-05
1616

instrumentation/rails/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
### v0.28.0 / 2023-09-07
3030

31-
* FIXED: Align messaging instrumentation operation names
31+
* BREAKING CHANGE: Align messaging instrumentation operation names [#648](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/648)
3232

3333
### v0.27.1 / 2023-06-05
3434

instrumentation/rdkafka/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
### v0.4.0 / 2023-09-07
2828

29-
* FIXED: Align messaging instrumentation operation names
29+
* BREAKING CHANGE: Align messaging instrumentation operation names [#648](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/648)
3030

3131
### v0.3.2 / 2023-07-21
3232

instrumentation/ruby_kafka/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
### v0.21.0 / 2023-09-07
88

9-
* FIXED: Align messaging instrumentation operation names
9+
* BREAKING CHANGE: Align messaging instrumentation operation names [#648](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/648)
1010

1111
### v0.20.2 / 2023-08-09
1212

0 commit comments

Comments
 (0)