diff --git a/CHANGELOG.md b/CHANGELOG.md index d26d594..e7f2d92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.0.0](https://github.com/deandreamatias/portfolio/compare/v1.8.0...v2.0.0) (2024-08-01) + ## [1.8.0](https://github.com/deandreamatias/portfolio/compare/v1.7.0...v1.8.0) (2024-07-07) ## [1.7.0](https://github.com/deandreamatias/portfolio/compare/v1.6.0...v1.7.0) (2022-09-24) diff --git a/pubspec.yaml b/pubspec.yaml index dd902d8..7c5973b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: portfolio description: deandreamatias -version: 1.8.0 -code: 14 +version: 2.0.0 +code: 15 environment: sdk: ">=3.4.0 <4.0.0"