Skip to content

Commit

Permalink
Merge pull request #498 from open-zaak/release/1.0.4
Browse files Browse the repository at this point in the history
Release 1.0.4
  • Loading branch information
sergei-maertens committed Mar 5, 2020
2 parents d267b57 + c7ad439 commit 23bed2e
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = False
tag = False
current_version = 1.0.3
current_version = 1.0.4

[bumpversion:file:README.rst]

Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Changelog
=========

1.0.4 (2020-03-05)
------------------

Improved support for integration with other APIs, most notably BAG/BRT APIs from the
kadaster (see https://pdok.nl). This increases the usability of ZaakObject relations.

* Added api-test.nl badge - proves that Open Zaak is compliant with the
*API's voor zaakgericht werken* standard
* Added small documentation improvements
* Updated notification setup instructions
* Added support for API authentication with a simple *API key* (such as BAG or BRT)
* Added support for URL transformation so that data-fetching is forced over NLX

1.0.3 (2020-02-25)
------------------

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Open Zaak
=========
*Productiewaardige API's voor Zaakgericht Werken*

:Version: 1.0.3
:Version: 1.0.4
:Source: https://github.com/open-zaak/open-zaak
:Keywords: zaken, zaakgericht werken, zaken-api, catalogi-api, besluiten-api, documenten-api
:PythonVersion: 3.7
Expand Down
2 changes: 1 addition & 1 deletion deployment/kubernetes/apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
roles:
- role: open_zaak_k8s
vars: # these override vars_files
openzaak_version: '1.0.3'
openzaak_version: '1.0.4'
openzaak_db_host: "{{ db.privateIp }}"
openzaak_db_port: "{{ db.port }}"
tags:
Expand Down
2 changes: 1 addition & 1 deletion deployment/single-server/open-zaak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

- role: open_zaak_docker
vars:
openzaak_version: '1.0.3' # see https://hub.docker.com/r/openzaak/open-zaak/tags
openzaak_version: '1.0.4' # see https://hub.docker.com/r/openzaak/open-zaak/tags
tags:
- replicas

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openzaak",
"version": "1.0.3",
"version": "1.0.4",
"description": "Open Zaak",
"main": "src/index.js",
"directories": {
Expand Down

0 comments on commit 23bed2e

Please sign in to comment.