diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f551f9..a1fcf31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v3.5.0 + +- support Woodpecker CI ([#90](https://github.com/watson/ci-info/pull/90)) + ## v3.4.0 - partial support Appflow CI (only CI detection) ([#84](https://github.com/watson/ci-info/pull/84)) diff --git a/package.json b/package.json index d8a2075..6321246 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ci-info", - "version": "3.4.0", + "version": "3.5.0", "description": "Get details about the current Continuous Integration environment", "main": "index.js", "typings": "index.d.ts",