Skip to content
This repository has been archived by the owner on Feb 25, 2019. It is now read-only.

Commit

Permalink
release 0.1.55
Browse files Browse the repository at this point in the history
  • Loading branch information
christiansmith committed Sep 10, 2015
1 parent ae7f904 commit e0f2aae
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Change Log

## [0.1.55](https://github.com/anvilresearch/connect/tree/0.1.55) (2015-09-09)
[Full Changelog](https://github.com/anvilresearch/connect/compare/0.1.54...0.1.55)

**Implemented enhancements:**

- Improve error-handling and display [\#224](https://github.com/anvilresearch/connect/pull/224) ([vsimonian](https://github.com/vsimonian))
- Create first time setup endpoint [\#223](https://github.com/anvilresearch/connect/pull/223) ([vsimonian](https://github.com/vsimonian))

**Fixed bugs:**

- Fix tests for error-handling middleware [\#226](https://github.com/anvilresearch/connect/pull/226) ([vsimonian](https://github.com/vsimonian))

**Closed issues:**

- Strip leading/trailing whitespace from JSON inputs. [\#220](https://github.com/anvilresearch/connect/issues/220)

**Merged pull requests:**

- Namespace user-by-provider index [\#227](https://github.com/anvilresearch/connect/pull/227) ([vsimonian](https://github.com/vsimonian))
- Use Modinha trim property for client redirect\_uris [\#225](https://github.com/anvilresearch/connect/pull/225) ([vsimonian](https://github.com/vsimonian))
- Trim whitespace around redirect URIs [\#221](https://github.com/anvilresearch/connect/pull/221) ([vsimonian](https://github.com/vsimonian))
- Use GitHub Changelog Generator [\#219](https://github.com/anvilresearch/connect/pull/219) ([vsimonian](https://github.com/vsimonian))

## [0.1.54](https://github.com/anvilresearch/connect/tree/0.1.54) (2015-09-04)
[Full Changelog](https://github.com/anvilresearch/connect/compare/0.1.53...0.1.54)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "anvil-connect",
"description": "A modern authorization server built to authenticate your users and protect your APIs",
"version": "0.1.54",
"version": "0.1.55",
"author": {
"name": "Christian Smith",
"email": "[email protected]",
Expand Down

0 comments on commit e0f2aae

Please sign in to comment.