Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [0.0.19] - 2022-05-02
### Added
- github actions to build `develop`, `pr-x` and released version (e.g. `1.2.3`) Tags
- instructions for how to release to production

### Changed
- Use locale en_US instead of c.utf-8
- Upgrade to image arangodb:3.9

### Removed
- Generic fulltext search and tests

## [0.0.19] - 2022-04-15
### Added
- github actions to build `develop`, `pr-x` and released version (e.g. `1.2.3`) Tags
- instructions for how to release to production

## [0.0.18] - 2022-03-02
### Added
- taxonomy_search_species_strain and taxonomy_search_species_strain_no_sort stored queries
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:

# Arangodb server in cluster mode
arangodb:
image: arangodb:3.5
image: arangodb:3.9
ports:
- "127.0.0.1:8529:8529"
command: sh -c "arangodb --starter.local"