diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d4d0c3a..0816bd45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is partly based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and [PEP 440](https://peps.python.org/pep-0440/) +## [2.3.0] - 2022-10-05 +- Safety can now create GitHub PRs and Issues for vulnerabilities directly, with the new `safety alert` subcommand. +- Support for GitHub PR and Issue alerting has been added to the GitHub Action. + ## [2.2.1] - 2022-10-04 - Fixed the use of the SAFETY_COLOR environment variable - Fixed bug in the case of vulnerabilities without a CVE linked diff --git a/README.md b/README.md index 826f03f6..f17f3075 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ For all commercial projects, Safely must be upgraded to use a [PyUp API](https:/ Safety can be integrated into your existing GitHub CI pipeline as an action. Just add the following as a step in your workflow YAML file after setting your `SAFETY_API_KEY` secret on GitHub under Settings -> Secrets -> Actions: ```yaml - - uses: pyupio/safety@2.2.1 + - uses: pyupio/safety@2.3.0 with: api-key: ${{ secrets.SAFETY_API_KEY }} ``` diff --git a/safety/VERSION b/safety/VERSION index c043eea7..276cbf9e 100644 --- a/safety/VERSION +++ b/safety/VERSION @@ -1 +1 @@ -2.2.1 +2.3.0