Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Jan 12, 2021
1 parent 0f072c9 commit 04348bf
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Release Notes

## [Unreleased](https://github.com/laravel/jetstream/compare/v2.0.3...2.x)
## [Unreleased](https://github.com/laravel/jetstream/compare/v2.1.0...2.x)


## [v2.1.0 (2021-01-12)](https://github.com/laravel/jetstream/compare/v2.0.3...v2.1.0)

### Added
- Add `--composer` option to the install command ([#607](https://github.com/laravel/jetstream/pull/607))

### Changed
- Automatically select API token when it's created ([#589](https://github.com/laravel/jetstream/pull/589))
- Change current team of user when creating a new additional team ([#618](https://github.com/laravel/jetstream/pull/618))
- Make text translatable in confirm-password livewire view ([#628](https://github.com/laravel/jetstream/pull/628))

### Fixed
- Banner should be hidden in default ([#599](https://github.com/laravel/jetstream/pull/599))
- Jetstream ignoring sessions from session connection in config ([#630](https://github.com/laravel/jetstream/pull/630))


## [v2.0.3 (2021-01-06)](https://github.com/laravel/jetstream/compare/v2.0.2...v2.0.3)
Expand Down

0 comments on commit 04348bf

Please sign in to comment.