diff --git a/CHANGELOG.md b/CHANGELOG.md index a13563d..d027ae5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Add `gcp:compute:BackendService` policy (#3). +- Add integration tests (#3). + ### Chaged - Update README.md (#2). diff --git a/__tests__/index.ts b/__tests__/index.ts index 4bab22c..34c1bb3 100644 --- a/__tests__/index.ts +++ b/__tests__/index.ts @@ -1,2 +1,2 @@ -export * as cloudRun from "./cloudrun/index" -export * as compute from "./compute/index" +export * as cloudRun from './cloudrun/index' +export * as compute from './compute/index' diff --git a/version.txt b/version.txt index 3eefcb9..9084fa2 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.0 +1.1.0