Skip to content

Commit

Permalink
Merge pull request #80 from pythoninthegrass/release-please--branches…
Browse files Browse the repository at this point in the history
…--main

chore(main): release 1.0.2
  • Loading branch information
pythoninthegrass authored Feb 24, 2024
2 parents e9ae29e + 8c53b01 commit 54e1fb5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.1"
".": "1.0.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.2](https://github.com/pythoninthegrass/meetup_bot/compare/v1.0.1...v1.0.2) (2024-02-24)


### Bug Fixes

* docker ([be44104](https://github.com/pythoninthegrass/meetup_bot/commit/be44104c8caa7197eeb12123873ab64aa7677ef8))

## [1.0.1](https://github.com/pythoninthegrass/meetup_bot/compare/v1.0.0...v1.0.1) (2024-02-19)


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 = "meetup_bot"
version = "1.0.1"
version = "1.0.2"
description = "Use Meetup Pro API to send Slack messages before events occur."
authors = ["pythoninthegrass <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 54e1fb5

Please sign in to comment.