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 24, 2024
1 parent 310421c commit db7274f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ 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.1.14] - 2024-06-24

### Changed in 2.1.14

- In `Dockerfile`, updated FROM instruction to `senzing/senzingapi-runtime:3.10.3`
- In `requirements.txt`, updated:
- boto3==1.34.131

## [2.1.13] - 2024-05-22

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

LABEL Name="senzing/redoer" \
Maintainer="[email protected]" \
Version="2.1.13"
Version="2.1.14"

# Define health check.

Expand Down

0 comments on commit db7274f

Please sign in to comment.