diff --git a/CHANGELOG.md b/CHANGELOG.md index 3863368e..64befa38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 1.4.5 - 20 January 2022 + +### Fixed +- Ensure jobs have most recent config. [#77](https://github.com/getlocalci/local-ci/pull/77) + ## 1.4.4 - 13 January 2022 ### Fixed diff --git a/README.md b/README.md index 6c34e9ae..5001b833 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,15 @@ Thanks to [CirleCI-Public/cirlceci-cli](https://github.com/circleci-public/circl CircleCI® is a registered trademark of Circle Internet Services, Inc. -## License +## Dynamic Configs + +You can run most [dynamic configs](https://getlocalci.com/circleci-dynamic-config/) with Local CI. + +Find out in seconds whether the setup is right, all in your local. + +## License Key -Local CI requires a [license](https://getlocalci.com/pricing/?utm_medium=extension&utm_source=readme) for $70 per month. +Local CI requires a [license key](https://getlocalci.com/pricing/?utm_medium=extension&utm_source=readme) for $50 per month. But first you'll get a free 2-day preview, no sign-up or credit card needed. diff --git a/package-lock.json b/package-lock.json index 271e1a0d..83a4b39d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "local-ci", - "version": "1.4.4", + "version": "1.4.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "local-ci", - "version": "1.4.4", + "version": "1.4.5", "hasInstallScript": true, "license": "GPL-2.0-or-later", "os": [ diff --git a/package.json b/package.json index 587ac72d..0657a63d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "local-ci", "displayName": "Local CI", "description": "Debug CircleCI® workflows locally, with Bash access during and after. Free preview, then paid.", - "version": "1.4.4", + "version": "1.4.5", "publisher": "LocalCI", "contributors": [ "Ryan Kienstra"