Skip to content

Commit 43b73f4

Browse files
committed
Patch bump
1 parent 2fe9871 commit 43b73f4

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ The [Changelogger tool](https://pypi.org/project/changelogged) is used for autom
1414
<!-- BEGIN RELEASE NOTES -->
1515
### [Unreleased]
1616

17+
### [0.11.1] - 2023-03-06
18+
19+
#### Added
20+
- Users can now have their `.changelogger.yml` file in `.changelogger/` or `.github/` in addition to the root directory.
21+
1722
### [0.11.0] - 2023-03-05
1823

1924
#### Added
@@ -137,7 +142,8 @@ The [Changelogger tool](https://pypi.org/project/changelogged) is used for autom
137142
- `unreleased add`, which allows inline or prompted adding of unreleased changes.
138143
<!-- END RELEASE NOTES -->
139144
<!-- BEGIN LINKS -->
140-
[Unreleased]: https://github.com/award28/changelogger/compare/0.11.0...HEAD
145+
[Unreleased]: https://github.com/award28/changelogger/compare/0.11.1...HEAD
146+
[0.11.1]: https://github.com/award28/changelogger/compare/0.11.0...0.11.1
141147
[0.11.0]: https://github.com/award28/changelogger/compare/0.10.2...0.11.0
142148
[0.10.2]: https://github.com/award28/changelogger/compare/0.10.1...0.10.2
143149
[0.10.1]: https://github.com/award28/changelogger/compare/0.10.0...0.10.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "changelogged"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
description = "Automated management of your changelog and other versioned files, following the principles of Keep a Changelog and Semantic Versioning."
55
license = "MIT"
66
authors = ["award28 <austin.ward@klaviyo.com>"]

0 commit comments

Comments
 (0)