Skip to content

Commit

Permalink
Update CHANGELOG.md, bump to fideslib==2.1.0 (#705)
Browse files Browse the repository at this point in the history
* bump version of fideslib

* updates changelog pre-release
  • Loading branch information
Sean Preston authored Jun 23, 2022
1 parent 2f7c9d4 commit 2118858
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ The types of changes are:
* `Security` in case of vulnerabilities.


## [Unreleased](https://github.com/ethyca/fidesops/compare/1.5.3...main)
## [Unreleased](https://github.com/ethyca/fidesops/compare/1.6.0...main)


## [1.6.0](https://github.com/ethyca/fidesops/compare/1.5.3...1.6.0)

### Added
* Subject Request Details page [#563](https://github.com/ethyca/fidesops/pull/563)
Expand Down Expand Up @@ -59,6 +62,7 @@ The types of changes are:
### Developer Experience

* Add celerybeat-schedule file to gitignore [#639](https://github.com/ethyca/fidesops/pull/639)
* Use `v2.1.0` of `fideslib` [#705](https://github.com/ethyca/fidesops/pull/705)

### Fixed
* Fixed error with running mypy on M1 Macs [#630](https://github.com/ethyca/fidesops/pull/630)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fastapi-caching[redis]
fastapi-pagination[sqlalchemy]~= 0.8.3
fastapi[all]==0.78.0
fideslang==1.0.0
fideslib==2.0.4
fideslib==2.1.0
fideslog==1.2.1
multidimensional_urlencode==0.0.4
pandas==1.3.3
Expand Down

0 comments on commit 2118858

Please sign in to comment.