Skip to content

Commit

Permalink
chore(main): release linkedevents 3.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and danipran committed Dec 11, 2024
1 parent 7b8c47f commit 24e5d07
Show file tree
Hide file tree
Showing 3 changed files with 14 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 @@
{
".": "3.9.1"
".": "3.9.2"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.9.2](https://github.com/City-of-Helsinki/linkedevents/compare/linkedevents-v3.9.1...linkedevents-v3.9.2) (2024-12-11)


### Bug Fixes

* **registrations:** Order signups in descending order ([7b8c47f](https://github.com/City-of-Helsinki/linkedevents/commit/7b8c47ff5af05fcd2ca255f8e401ba83551d13ce))


### Dependencies

* Bump django from 4.2.16 to 4.2.17 ([ed18f6a](https://github.com/City-of-Helsinki/linkedevents/commit/ed18f6a7080bc9c3da30e439b1219ccc0a6e311c))

## [3.9.1](https://github.com/City-of-Helsinki/linkedevents/compare/linkedevents-v3.9.0...linkedevents-v3.9.1) (2024-11-05)


Expand Down
2 changes: 1 addition & 1 deletion linkedevents/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.9.1"
__version__ = "3.9.2"

0 comments on commit 24e5d07

Please sign in to comment.