Skip to content

Commit

Permalink
Create release 1.2.8
Browse files Browse the repository at this point in the history
Update CHANGELOG.md
update build_tag in release.sh
  • Loading branch information
MartinWheelerMT committed Sep 20, 2023
1 parent 75001ae commit df9a26f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.8] - 2023-09-20

### Changed

Get the `./release.sh` script working, and document how to use it

### Fixed

Fix issue where MHS adaptor does not accept more than 98 external attachments

## [1.2.7] - 2023-09-18

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion release-scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

export BUILD_TAG=1.2.7
export BUILD_TAG=1.2.8

git fetch
git checkout $BUILD_TAG
Expand Down

0 comments on commit df9a26f

Please sign in to comment.