Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #36 from reactioncommerce/release-next-v3.2.0
Browse files Browse the repository at this point in the history
release v3.2.0
  • Loading branch information
kieckhafer authored Aug 11, 2020
2 parents a91ded0 + d213a0a commit 777b1ed
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v3.2.0

This release of `reaction-identity` is designed to work with v3.x of the Reaction API.

### Fixes

- fix: Include X-Forwarded-Proto header on Hydra GET requests ([#35](http://github.com/reactioncommerce/reaction-identity/pull/35))

### Chores

- chore(deps): Bump lodash from 4.17.15 to 4.17.19 ([#34](http://github.com/reactioncommerce/reaction-identity/pull/34))

# v3.1.0

This release of `reaction-identity` is designed to work with v3.x of the Reaction API.
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ networks:

services:
identity:
image: reactioncommerce/identity:3.1.0
image: reactioncommerce/identity:3.2.0
env_file:
- ./.env
networks:
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,7 +1,7 @@
{
"name": "reaction-identity",
"description": "A server providing identity services for Reaction Commerce using Meteor's Accounts packages",
"version": "3.1.0",
"version": "3.2.0",
"homepage": "https://github.com/reactioncommerce/reaction-identity",
"url": "https://github.com/reactioncommerce/reaction-identity",
"repository": {
Expand Down

0 comments on commit 777b1ed

Please sign in to comment.