Skip to content

Commit 1635ff1

Browse files
committed
release: bump version to 1.11.1
1 parent efda66d commit 1635ff1

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
1818
-->
1919

20+
## 1.11.1 - 2024-01-11
21+
22+
### Features and enhancements 🎉
23+
24+
* fix #229 allow date.created to get creation date by @copdips in <https://github.com/Guts/mkdocs-rss-plugin/pull/237>
25+
26+
## New Contributors
27+
28+
* @copdips made their first contribution in <https://github.com/Guts/mkdocs-rss-plugin/pull/237>
29+
2030
## 1.11.0 - 2023-12-19
2131

2232
### Features and enhancements 🎉

mkdocs_rss_plugin/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
__title_clean__ = "".join(e for e in __title__ if e.isalnum())
4141
__uri__ = "https://github.com/Guts/mkdocs-rss-plugin/"
4242

43-
__version__ = "1.11.0"
43+
__version__ = "1.11.1"
4444
__version_info__ = tuple(
4545
[
4646
int(num) if num.isdigit() else num

0 commit comments

Comments
 (0)