Compare commits

...

1 Commits

Author SHA1 Message Date
OpenTelemetry Bot a8c12a490b
Prepare release for opentelemetry-sdk-extension-aws v2.1.0 (#3150) 2024-12-24 15:51:40 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased ## Version 2.1.0 (2024-12-24)
- Make ec2 resource detector silent when loaded outside AWS - Make ec2 resource detector silent when loaded outside AWS
([#3120](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3120)) ([#3120](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3120))

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "2.1.0.dev" __version__ = "2.1.0"