Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guewen committed May 18, 2017
1 parent b9ae5ae commit 5ab5517
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ Unreleased

**Features and Improvements**

* Upgrade postgres-client to 9.6
* Add before-migrate-entrypoint.d, same principle than the start-entrypoint.d
but run before the migration

**Bugfixes**

**Libraries**
Expand All @@ -36,6 +32,16 @@ Unreleased
**Documentation**


2.2.0 (2017-05-18)
++++++++++++++++++

**Features and Improvements**

* Upgrade postgres-client to 9.6
* Add before-migrate-entrypoint.d, same principle than the start-entrypoint.d
but run before the migration


2.1.1 (2017-05-04)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion example/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:

# can be useful for dev when longpolling is required
nginx:
image: camptocamp/odoo-nginx:9.0
image: camptocamp/odoo-nginx:9.0-1.1.0
depends_on:
- odoo

Expand Down

0 comments on commit 5ab5517

Please sign in to comment.