Skip to content

Commit 664f9a7

Browse files
Merge pull request #158 from pythoninthegrass/release-please--branches--main
chore(main): release 1.2.0
2 parents 9ac095e + c2b9dbc commit 664f9a7

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.2"
2+
".": "1.2.0"
33
}

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/pythoninthegrass/meetup_bot/compare/v1.1.2...v1.2.0) (2025-02-20)
4+
5+
6+
### Features
7+
8+
* store auth in cookie ([76be173](https://github.com/pythoninthegrass/meetup_bot/commit/76be17370d5af3771af67589c59432facca07c59))
9+
10+
11+
### Bug Fixes
12+
13+
* module regression ([155d5db](https://github.com/pythoninthegrass/meetup_bot/commit/155d5dbcee72f8099a82a5d386ea9f42fde447ea))
14+
315
## [1.1.2](https://github.com/pythoninthegrass/meetup_bot/compare/v1.1.1...v1.1.2) (2025-02-19)
416

517

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "meetup_bot"
3-
version = "1.1.2"
3+
version = "1.2.0"
44
description = "Use Meetup Pro API to send Slack messages before events occur."
55
authors = [
66
{name = "pythoninthegrass", email = "[email protected]"},

0 commit comments

Comments
 (0)