Skip to content

Commit

Permalink
chore: Release 2.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
drager committed Mar 13, 2021
1 parent ff8067d commit e3512be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## 2.0.0-rc.2
- Add JWT support. [Issue #42](https://github.com/drager/faker/issues/42), [PR #43](https://github.com/drager/faker/pull/43)
- Remove unnecessary nullables. [Issue #40](https://github.com/drager/faker/issues/40), [PR #41](https://github.com/drager/faker/pull/41)

## 2.0.0-rc.1

- Add null safety. [Issue #37](https://github.com/drager/faker/issues/37), [PR #38](https://github.com/drager/faker/pull/38)
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,5 +1,5 @@
name: faker
version: 2.0.0-rc.1
version: 2.0.0-rc.2
description: A library for generating fake data. faker is heavily inspired by the Python package faker and, the Ruby package ffaker.
homepage: https://github.com/drager/faker
environment:
Expand Down

0 comments on commit e3512be

Please sign in to comment.