Skip to content

Commit 57a94dd

Browse files
committed
Update release notes for 0.14.0
1 parent 452708f commit 57a94dd

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [0.14.0](https://github.com/inviqa/harness-go/tree/0.14.0) (2021-12-15)
4+
5+
[Full Changelog](https://github.com/inviqa/harness-go/compare/0.13.1...0.14.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Add support for installing Pact tooling [\#197](https://github.com/inviqa/harness-go/issues/197)
10+
- Create a test database in MySQL / Postgres for integration tests [\#188](https://github.com/inviqa/harness-go/issues/188)
11+
- Add option to use a volume mount between app container and host [\#156](https://github.com/inviqa/harness-go/issues/156)
12+
13+
**Fixed bugs:**
14+
15+
- Set buildkit env vars for ws recompile [\#201](https://github.com/inviqa/harness-go/pull/201) ([jameshalsall](https://github.com/jameshalsall))
16+
17+
**Merged pull requests:**
18+
19+
- Automatically create a dedicated test database for MySQL [\#202](https://github.com/inviqa/harness-go/pull/202) ([jameshalsall](https://github.com/jameshalsall))
20+
- Add pact support [\#200](https://github.com/inviqa/harness-go/pull/200) ([andytson-inviqa](https://github.com/andytson-inviqa))
21+
- Automatically create a dedicated test database for Postgres [\#199](https://github.com/inviqa/harness-go/pull/199) ([jameshalsall](https://github.com/jameshalsall))
22+
- Use a volume mount by default to run everything in docker [\#196](https://github.com/inviqa/harness-go/pull/196) ([jameshalsall](https://github.com/jameshalsall))
23+
324
## [0.13.1](https://github.com/inviqa/harness-go/tree/0.13.1) (2021-12-01)
425

526
[Full Changelog](https://github.com/inviqa/harness-go/compare/0.13.0...0.13.1)

0 commit comments

Comments
 (0)