Skip to content

Commit

Permalink
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [0.2.2] - 2023-10-06

### Fixed

- Remove HDX link from org

## [0.2.1] - 2023-10-02

### Fixed
2 changes: 0 additions & 2 deletions src/hapi/pipelines/database/org.py
Original file line number Diff line number Diff line change
@@ -27,8 +27,6 @@ def populate_single(
):
logger.info(f"Adding org {org_name}")
org_row = DBOrg(
# TODO: Populate hdx_link (HAPI-211)
hdx_link="not yet implemented",
acronym=acronym,
name=org_name,
org_type_code=org_type,

0 comments on commit c14ce28

Please sign in to comment.