Skip to content

Commit 9f371d4

Browse files
committed
prepare release
1 parent 4652dc8 commit 9f371d4

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

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

33

4+
## [1.6.0](https://github.com/superchargejs/mongodb-github-action/compare/v1.5.0...v1.6.0) - 2021-06-01
5+
6+
### Added
7+
- show replica set status after `rs.initiate()`
8+
9+
410
## [1.5.0](https://github.com/superchargejs/mongodb-github-action/compare/v1.4.1...v1.5.0) - 2021-05-31
511

612
### Added

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
node-version: ${{ matrix.node-version }}
5757

5858
- name: Start MongoDB
59-
uses: supercharge/mongodb-github-action@1.5.0
59+
uses: supercharge/mongodb-github-action@1.6.0
6060
with:
6161
mongodb-version: ${{ matrix.mongodb-version }}
6262

@@ -96,7 +96,7 @@ jobs:
9696
node-version: ${{ matrix.node-version }}
9797
9898
- name: Start MongoDB
99-
uses: supercharge/mongodb-github-action@1.5.0
99+
uses: supercharge/mongodb-github-action@1.6.0
100100
with:
101101
mongodb-version: ${{ matrix.mongodb-version }}
102102
mongodb-replica-set: test-rs
@@ -140,7 +140,7 @@ jobs:
140140
node-version: ${{ matrix.node-version }}
141141
142142
- name: Start MongoDB
143-
uses: supercharge/mongodb-github-action@1.5.0
143+
uses: supercharge/mongodb-github-action@1.6.0
144144
with:
145145
mongodb-version: ${{ matrix.mongodb-version }}
146146
mongodb-replica-set: test-rs

0 commit comments

Comments
 (0)