Prepare release for opentelemetry-sdk-extension-aws v2.1.0 (#3150)

This commit is contained in:
OpenTelemetry Bot 2024-12-24 08:51:40 -06:00 committed by GitHub
parent 396aad9c24
commit a8c12a490b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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/),
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
([#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
# limitations under the License.
__version__ = "2.1.0.dev"
__version__ = "2.1.0"