Skip to content

Commit

Permalink
Merge pull request #339 from nationalarchives/use-semver
Browse files Browse the repository at this point in the history
Move back to semantic versioning
  • Loading branch information
dragon-dxw authored Dec 6, 2023
2 parents a246c99 + 2bc5aac commit 385dfc9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
== v3.0.0 ==
Change the version back to semver to not violate our schema.

== v2 ==
Update Terraform to filter only trigger_enrichment messages.
Enrichment lambdas do not attempt to filter based on body JSON.
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 @@ -43,7 +43,7 @@ def add_timestamp_and_engine_version(file_data):
"uk:tna-enrichment-engine",
attrs={"xmlns:uk": "https://caselaw.nationalarchives.gov.uk/akn"},
)
enrichment_version.string = "2"
enrichment_version.string = "3.0.0"
soup.proprietary.append(enrichment_version)
soup.FRBRManifestation.FRBRdate.insert_after(enriched_date)

Expand Down

0 comments on commit 385dfc9

Please sign in to comment.