Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [3.1.4](https://github.com/c3g/project_tracking/compare/3.1.3...3.1.4)

- Debug ingest_delivery [`103aff1`](https://github.com/c3g/project_tracking/commit/103aff11677356d4058118684d14e79fbdf3691a)
- Dev Version update [`89127ef`](https://github.com/c3g/project_tracking/commit/89127efa5fe5ef2f52c1105a6a298fcdda8ca468)

#### [3.1.3](https://github.com/c3g/project_tracking/compare/3.1.2...3.1.3)

> 6 November 2025

- Adding already existing location warning [`f547c67`](https://github.com/c3g/project_tracking/commit/f547c6749e9e06e924ae67ad5700ccd87d72dc99)
- [create-pull-request] automated change [`1b5ecc1`](https://github.com/c3g/project_tracking/commit/1b5ecc1ee9c48edf57260786a50210bdcdef3f4e)
- Debug StateEnum equality test [`e459b39`](https://github.com/c3g/project_tracking/commit/e459b39fd3934224e383d335af8c402b3e488f98)
- Dev Version update [`ed71dc0`](https://github.com/c3g/project_tracking/commit/ed71dc0eaad6af877f050bfa29b9e949e19dd59b)

#### [3.1.2](https://github.com/c3g/project_tracking/compare/3.1.1...3.1.2)

Expand Down
2 changes: 1 addition & 1 deletion project_tracking/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.1.3.dev'
__version__ = '3.1.4'
Loading