diff --git a/CHANGELOG.md b/CHANGELOG.md index 272bb6535a..47ce63ca64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ ## Unreleased +## v0.5.0-B190405 (pre-release) + - Fix null reference exception when traversing null field [#123](https://github.com/BernieWhite/PSRule/issues/123) - Fix missing help topics for options and variables [#125](https://github.com/BernieWhite/PSRule/issues/125) diff --git a/README.md b/README.md index 41b5090481..e45f575c4a 100644 --- a/README.md +++ b/README.md @@ -201,6 +201,6 @@ Modules in this repository will use the [semantic versioning](http://semver.org/ This project is [licensed under the MIT License](LICENSE). [install]: docs/scenarios/install-instructions.md -[ci-badge]: https://bewhite.visualstudio.com/PSRule/_apis/build/status/PSRule-CI?branchName=master +[ci-badge]: https://dev.azure.com/bewhite/PSRule/_apis/build/status/PSRule-CI?branchName=master [module-psrule]: https://www.powershellgallery.com/packages/PSRule [ext-psrule]: https://marketplace.visualstudio.com/items?itemName=bewhite.psrule-vscode-preview