Skip to content

Commit

Permalink
Merge pull request #4678 from dependabot/v0.171.4-release-notes
Browse files Browse the repository at this point in the history
v0.171.4
  • Loading branch information
feelepxyz authored Jan 27, 2022
2 parents 5a421b1 + 7b5adee commit 9fe65f9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v0.171.4, 27 January 2022

- Nuget: Adding "devDependencies" support (@mwaddell) [#4671](https://github.com/dependabot/dependabot-core/pull/4671)
- Support `releases` to list of supported changelog files (@nipunn1313) [#4599](https://github.com/dependabot/dependabot-core/pull/4599)
- Composer v2: Prevent unnecessary package downloads (@driskell) [#4635](https://github.com/dependabot/dependabot-core/pull/4635)
- Python: Upgrade to 3.10.2 (@ulgens) [#4646](https://github.com/dependabot/dependabot-core/pull/4646)

## v0.171.3, 26 January 2022

- Update GitHub Actions label description [#4661](https://github.com/dependabot/dependabot-core/pull/4661)
Expand Down
2 changes: 1 addition & 1 deletion common/lib/dependabot/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Dependabot
VERSION = "0.171.3"
VERSION = "0.171.4"
end

0 comments on commit 9fe65f9

Please sign in to comment.