diff --git a/CHANGELOG.md b/CHANGELOG.md index cc54ca6..7c795d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ### Removed +## [1.4.11] - 2026-07-29 + +### Changed + + - Updated licence codelist list with new licence code 'other'. + ## [1.4.10] - 2026-07-27 ### Changed diff --git a/pyproject.toml b/pyproject.toml index db44f72..c858573 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "bulk-data-service" -version = "1.4.10" +version = "1.4.11" requires-python = ">= 3.12.6" readme = "README.md" dependencies = [ diff --git a/src/bulk_data_service/data_validation_values.py b/src/bulk_data_service/data_validation_values.py index 1945105..5ca5d8d 100644 --- a/src/bulk_data_service/data_validation_values.py +++ b/src/bulk_data_service/data_validation_values.py @@ -255,6 +255,7 @@ LICENCE_LIST = [ "", + "other", "notspecified", "odc-pddl", "odc-odbl",