Skip to content

Commit 5c0b668

Browse files
Merge pull request #130 from pythoninthegrass/release-please--branches--main
chore(main): release 1.1.1
2 parents c3818d3 + 1444c78 commit 5c0b668

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.0"
2+
".": "1.1.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.1](https://github.com/pythoninthegrass/meetup_bot/compare/v1.1.0...v1.1.1) (2024-08-26)
4+
5+
6+
### Bug Fixes
7+
8+
* override schedule times ([f18718b](https://github.com/pythoninthegrass/meetup_bot/commit/f18718b62b403fabf7dce0921c9056dd96defba1))
9+
310
## [1.1.0](https://github.com/pythoninthegrass/meetup_bot/compare/v1.0.4...v1.1.0) (2024-08-21)
411

512

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 = "meetup_bot"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
description = "Use Meetup Pro API to send Slack messages before events occur."
55
authors = ["pythoninthegrass <4097471+pythoninthegrass@users.noreply.github.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)