Skip to content

Commit

Permalink
Update to v1.3.1
Browse files Browse the repository at this point in the history
Non-logged in user queries for public posts and communities
  • Loading branch information
tibetsprague committed Aug 17, 2020
1 parent 2648efd commit 77e5545
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.3.1] - 2020-08-17
### Added
- Allow for querying for public posts and communities without being an authenticated user

## [1.3.0] - 2020-08-14
### Added
- Join Requests: Ability to create a join request, and for admins to accept or reject join requests. Notify admins about incoming join requests and users when their request was accepted.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hylo-node",
"private": true,
"version": "1.3.0",
"version": "1.3.1",
"engines": {
"node": "^8.6",
"yarn": "^1.0.1"
Expand Down

0 comments on commit 77e5545

Please sign in to comment.