Skip to content

Commit

Permalink
release: 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
passcod committed Sep 5, 2024
1 parent 68e2688 commit dd17b0c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ All notable changes to this project will be documented in this file.
See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

---
## [2.3.0](https://github.com/beyondessential/tamanu-meta-server/compare/v2.2.0..2.3.0) - 2024-09-04
## [2.3.1](https://github.com/beyondessential/tamanu-meta-server/compare/v2.3.0..2.3.1) - 2024-09-05


- **Documentation:** Expose "hidden" copy feature - ([598054e](https://github.com/beyondessential/tamanu-meta-server/commit/598054ee9e66de7afc6c568a78c835432a80f533))
- **Documentation:** Explain how to do migrations in dev - ([91b6152](https://github.com/beyondessential/tamanu-meta-server/commit/91b6152fef3cc7c35829579c43daa6e6d8663e9c))
- **Feature:** Use ordered_servers view transparently in place of servers table - ([6544306](https://github.com/beyondessential/tamanu-meta-server/commit/6544306a47cc1629ef5c579525fb209adc2008c4))

---
## [2.3.0](https://github.com/beyondessential/tamanu-meta-server/compare/v2.2.0..v2.3.0) - 2024-09-04


- **Documentation:** Fix repo clone url - ([2a999c7](https://github.com/beyondessential/tamanu-meta-server/commit/2a999c72e707b6342cc61bcbf334774bb099fcc6))
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tamanu-meta"
version = "2.3.0"
version = "2.3.1"
edition = "2021"
rust-version = "1.76.0"
resolver = "2"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The Meta service provides:
We have a container image for linux/amd64 and linux/arm64:

```
ghcr.io/beyondessential/tamanu-meta:2.3.0
ghcr.io/beyondessential/tamanu-meta:2.3.1
```

## API
Expand Down

0 comments on commit dd17b0c

Please sign in to comment.