diff --git a/CHANGELOG.md b/CHANGELOG.md index 856882c..37303c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.3] - 2021-10-27 + ## [1.0.2] - 2021-10-22 ### Added @@ -41,6 +43,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [1.0.1]: https://github.com/nicacioliveira/gactions-cicd-boilerplate/compare/1.0.0...1.0.1 -[Unreleased]: https://github.com/nicacioliveira/gactions-cicd-boilerplate/compare/1.0.2...HEAD +[Unreleased]: https://github.com/nicacioliveira/gactions-cicd-boilerplate/compare/1.0.3...HEAD + +[1.0.3]: https://github.com/nicacioliveira/gactions-cicd-boilerplate/compare/1.0.2...1.0.3 [1.0.2]: https://github.com/nicacioliveira/gactions-cicd-boilerplate/compare/1.0.1...1.0.2 diff --git a/README.md b/README.md index 3ff5f5a..17277ab 100644 --- a/README.md +++ b/README.md @@ -122,3 +122,5 @@ Artifacts In this schematics, you see a default flows of the exposed cases ![](./GCI.drawio.svg) + +blablabla diff --git a/package.json b/package.json index eeb8a48..21270d8 100644 --- a/package.json +++ b/package.json @@ -35,5 +35,5 @@ "ts-node-dev": "^1.1.8", "tsconfig-paths": "^3.11.0" }, - "version": "1.0.2" + "version": "1.0.3" }