Skip to content

Commit

Permalink
prepare for versioned release
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelsam committed Jun 25, 2024
1 parent eb949fc commit 340a8b5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
[markdownlint](https://dlaa.me/markdownlint/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.2.9] - 2024-06-24

### Changed in 2.2.9

- In `Dockerfile`, updated FROM instruction to `senzing/senzingapi-tools:3.10.3`

## [2.2.8] - 2024-05-22

### Changed in 2.2.8
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV REFRESHED_AT=2024-06-24

LABEL Name="senzing/g2loader" \
Maintainer="support@senzing.com" \
Version="2.2.8"
Version="2.2.9"

HEALTHCHECK CMD ["/app/healthcheck.sh"]

Expand Down

0 comments on commit 340a8b5

Please sign in to comment.