We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9ae29e + 8c53b01 commit 54e1fb5Copy full SHA for 54e1fb5
3 files changed
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "1.0.1"
+ ".": "1.0.2"
3
}
CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [1.0.2](https://github.com/pythoninthegrass/meetup_bot/compare/v1.0.1...v1.0.2) (2024-02-24)
4
+
5
6
+### Bug Fixes
7
8
+* docker ([be44104](https://github.com/pythoninthegrass/meetup_bot/commit/be44104c8caa7197eeb12123873ab64aa7677ef8))
9
10
## [1.0.1](https://github.com/pythoninthegrass/meetup_bot/compare/v1.0.0...v1.0.1) (2024-02-19)
11
12
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "meetup_bot"
-version = "1.0.1"
+version = "1.0.2"
description = "Use Meetup Pro API to send Slack messages before events occur."
authors = ["pythoninthegrass <4097471+pythoninthegrass@users.noreply.github.com>"]
readme = "README.md"
0 commit comments