Skip to content

Commit a8c12a4

Browse files
Prepare release for opentelemetry-sdk-extension-aws v2.1.0 (#3150)
1 parent 396aad9 commit a8c12a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk-extension/opentelemetry-sdk-extension-aws/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## Version 2.1.0 (2024-12-24)
99

1010
- Make ec2 resource detector silent when loaded outside AWS
1111
([#3120](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3120))

sdk-extension/opentelemetry-sdk-extension-aws/src/opentelemetry/sdk/extension/aws/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__ = "2.1.0.dev"
15+
__version__ = "2.1.0"

0 commit comments

Comments
 (0)