Skip to content

Commit

Permalink
Release 21.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aaxelb committed Apr 21, 2021
1 parent 2b80058 commit 1e11a57
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

# [21.1.0] - 2021-04-21
- expose a few models in read-only json:api, so the frontend can be useful given a suid
- `/api/v2/formattedmetadatarecords/`
- `/api/v2/sourceconfigs/`
- `/api/v2/suids/`
- add new atom/rss feeds that get results from the new backcompat index
- `/api/v2/feeds/atom/`
- `/api/v2/feeds/rss/`
- (old feeds now deprecated, will be gone with ShareObject)

# [21.0.8] - 2021-04-01
- add `--pls-reingest` arg to format_metadata_records command

Expand Down
2 changes: 1 addition & 1 deletion share/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '21.0.8'
__version__ = '21.1.0'

0 comments on commit 1e11a57

Please sign in to comment.