Skip to content

Commit e1247c2

Browse files
committed
Merge tag 'v7.0.0' into update/v7.0.0
2 parents 0901834 + 90bc8c1 commit e1247c2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Test
99
strategy:
1010
matrix:
11-
pg-version: ['11', '12']
11+
pg-version: ['12', '13']
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout code

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v7.0.0
2+
----------
3+
* Test on PG12 and 13
4+
15
v6.5.0
26
----------
37
* Include contact.ticket_count as tickets in index

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Simple service for indexing RapidPro contacts into ElasticSearch.
88

99
# Deploying
1010

11-
As Indexer is a go application, it compiles to a binary and that binary along with the config file is all
11+
As Indexer is a Go application, it compiles to a binary and that binary along with the config file is all
1212
you need to run it on your server. You can find bundles for each platform in the
1313
[releases directory](https://github.com/nyaruka/rp-indexer/releases). You should only run a single indexer
1414
instance for a deployment.

0 commit comments

Comments
 (0)