Skip to content

Commit

Permalink
Merge branch 'release/0.5.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
OGKevin committed Jun 1, 2018
2 parents 882632e + 25e5c3c commit eb9c569
Show file tree
Hide file tree
Showing 6 changed files with 1,138 additions and 1,128 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# Change Log

## [0.5.2](https://github.com/bunq/doc/tree/0.5.2)
## [0.5.3](https://github.com/bunq/doc/tree/0.5.3)

[Full Changelog](https://github.com/bunq/doc/compare/0.5.2...0.5.3)

**Closed issues:**

- Fix response id header. [\#34](https://github.com/bunq/doc/issues/34)

**Merged pull requests:**

- Fix response id header bunq/doc\#34 [\#43](https://github.com/bunq/doc/pull/43) ([OGKevin](https://github.com/OGKevin))

## [0.5.2](https://github.com/bunq/doc/tree/0.5.2) (2018-05-30)
[Full Changelog](https://github.com/bunq/doc/compare/0.5.1...0.5.2)

**Merged pull requests:**
Expand All @@ -19,7 +30,6 @@
**Closed issues:**

- Move to new sandbox. [\#36](https://github.com/bunq/doc/issues/36)
- Fix response id header. [\#34](https://github.com/bunq/doc/issues/34)

**Merged pull requests:**

Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ This header should be used when uploading an Attachment's content to give it a d

The same ID that was provided in the request's X-Bunq-Client-Request-Id header. Is included in the response (and request) signature, so can be used to ensure this is the response for the sent request.

#### X-Bunq-Server-Response-Id
#### X-Bunq-Client-Response-Id

`X-Bunq-Client-Response-Id: 76cc7772-4b23-420a-9586-8721dcdde174`

Expand Down
92 changes: 46 additions & 46 deletions docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
/* eslint-disable indent, no-unused-vars, no-multiple-empty-lines, max-nested-callbacks, space-before-function-paren, quotes, comma-spacing */
'use strict';

var precacheConfig = [["/index.html","d07b42b8c8838d0e682cb1b59c7aab1f"]];
var precacheConfig = [["/index.html","a77b588195fe807b4810bee0bb80b1ab"]];
var cacheName = 'sw-precache-v3--' + (self.registration ? self.registration.scope : '');


Expand Down
Loading

0 comments on commit eb9c569

Please sign in to comment.