Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.3.2...v3.0.0) (2021-07-28)

### Bug Fixes

* conflation of a user's Sub and their Username ([ece63b6](ece63b6))

### BREAKING CHANGES

* potential -- the autogenerated Sub and user-supplied
Username were treated interchangeably before, but now are independent.
Previously lookups by the Sub attribute were possible, but it now
doesn't appear necessary so has been removed. Databases should be
unaffected.
  • Loading branch information
semantic-release-bot committed Jul 28, 2021
1 parent 70d25da commit ecf7ac5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [3.0.0](https://github.com/jagregory/cognito-local/compare/v2.3.2...v3.0.0) (2021-07-28)


### Bug Fixes

* conflation of a user's Sub and their Username ([ece63b6](https://github.com/jagregory/cognito-local/commit/ece63b6f037e25f3fae67003df59bc652d2ada79))


### BREAKING CHANGES

* potential -- the autogenerated Sub and user-supplied
Username were treated interchangeably before, but now are independent.
Previously lookups by the Sub attribute were possible, but it now
doesn't appear necessary so has been removed. Databases should be
unaffected.

## [2.3.2](https://github.com/jagregory/cognito-local/compare/v2.3.1...v2.3.2) (2021-07-27)


Expand Down

0 comments on commit ecf7ac5

Please sign in to comment.