Skip to content

Commit

Permalink
v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dragon-dxw committed Jan 7, 2025
1 parent 9b593b5 commit f715dc0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v7.0.0 (2024-11-28)

- Ensure that documents with matching replacements don't replace inside XML strings
- Fix type linting

## v6.0.2 (2024-10-03)

- Enrich press summaries by fixing patch url to be press-summary, not press/summary
Expand Down
2 changes: 1 addition & 1 deletion src/lambdas/determine_legislation_provisions/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def add_timestamp_and_engine_version(
"uk:tna-enrichment-engine",
attrs={"xmlns:uk": "https://caselaw.nationalarchives.gov.uk/akn"},
)
enrichment_version.string = "6.0.2"
enrichment_version.string = "7.0.0"

if not soup.proprietary:
msg = "This document does not have a <proprietary> element."
Expand Down

0 comments on commit f715dc0

Please sign in to comment.