From 9c6e2e0aaee13ecb148276fdbeacdfc9f80ae2cb Mon Sep 17 00:00:00 2001 From: Amir Khairalomoum Date: Fri, 24 Feb 2023 15:10:37 +0000 Subject: [PATCH] bump versions for release --- CHANGELOG.md | 1 + docs/index.md | 12 ++---------- version.json | 8 ++++---- 3 files changed, 7 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00e38b96..61992907 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ This project follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) fo ## [Unreleased] +## [1.0.0] - 2023-02-24 ## [0.0.2-preview] - 2023-01-18 ## [0.0.1-preview.1] - 2022-08-01 ### Added diff --git a/docs/index.md b/docs/index.md index c328d4ca..39dbdbd0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@ --- -title: AWS Lambda Powertools for .NET (developer preview) -description: AWS Lambda Powertools for .NET (developer preview) +title: AWS Lambda Powertools for .NET +description: AWS Lambda Powertools for .NET --- @@ -20,14 +20,6 @@ AWS Lambda Powertools for .NET (which from here will be referred as Powertools) 2) [**Share your work**](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/new?assignees=&labels=community-content&template=share_your_work.yml&title=%5BI+Made+This%5D%3A+%3CTITLE%3E). Blog posts, video, sample projects you used Powertools! -!!! warning "Do not use this library in production" - - **AWS Lambda Powertools for .NET is currently released in preview** and is intended strictly for feedback purposes only. This version is not stable, and significant breaking changes might incur as part of the upcoming production-ready release. - - Your support is much appreciated. If you encounter any problems, [please raise an issue](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/new/choose). - - **Do not use this library for production workloads.** - ## Features Core utilities such as Tracing, Logging, and Metrics will be available across all Lambda Powertools languages. Additional utilities are subjective to each language ecosystem and customer demand. diff --git a/version.json b/version.json index 42c3da6a..45d3169a 100644 --- a/version.json +++ b/version.json @@ -1,8 +1,8 @@ { "Core": { - "Common": "0.0.2-preview", - "Logging": "0.0.2-preview", - "Metrics": "0.0.2-preview", - "Tracing": "0.0.2-preview" + "Common": "1.0.0", + "Logging": "1.0.0", + "Metrics": "1.0.0", + "Tracing": "1.0.0" } }