Skip to content

Commit

Permalink
Patch bump
Browse files Browse the repository at this point in the history
  • Loading branch information
award28 committed Mar 6, 2023
1 parent 2fe9871 commit 43b73f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ The [Changelogger tool](https://pypi.org/project/changelogged) is used for autom
<!-- BEGIN RELEASE NOTES -->
### [Unreleased]

### [0.11.1] - 2023-03-06

#### Added
- Users can now have their `.changelogger.yml` file in `.changelogger/` or `.github/` in addition to the root directory.

### [0.11.0] - 2023-03-05

#### Added
Expand Down Expand Up @@ -137,7 +142,8 @@ The [Changelogger tool](https://pypi.org/project/changelogged) is used for autom
- `unreleased add`, which allows inline or prompted adding of unreleased changes.
<!-- END RELEASE NOTES -->
<!-- BEGIN LINKS -->
[Unreleased]: https://github.com/award28/changelogger/compare/0.11.0...HEAD
[Unreleased]: https://github.com/award28/changelogger/compare/0.11.1...HEAD
[0.11.1]: https://github.com/award28/changelogger/compare/0.11.0...0.11.1
[0.11.0]: https://github.com/award28/changelogger/compare/0.10.2...0.11.0
[0.10.2]: https://github.com/award28/changelogger/compare/0.10.1...0.10.2
[0.10.1]: https://github.com/award28/changelogger/compare/0.10.0...0.10.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "changelogged"
version = "0.11.0"
version = "0.11.1"
description = "Automated management of your changelog and other versioned files, following the principles of Keep a Changelog and Semantic Versioning."
license = "MIT"
authors = ["award28 <[email protected]>"]
Expand Down

0 comments on commit 43b73f4

Please sign in to comment.