ready to release
This commit is contained in:
parent
7bd02b6b01
commit
2b7eb284c5
|
@ -1,12 +1,13 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [v2.8.0-SNAPSHOT] - 2022-10-20
|
## [v2.8.0] - 2022-10-20
|
||||||
|
|
||||||
- Feature #23891 Refactored following updates social lib
|
- Feature #23891 Refactored following updates social lib
|
||||||
- Feature #23847 Social service: temporarily block of notifications for given username(s)
|
- Feature #23847 Social service: temporarily block of notifications for given username(s)
|
||||||
- Feature #23439: Please allow an IAM client to send notifications OPEN
|
- Feature #23439: Please allow an IAM client to send notifications OPEN
|
||||||
- Feature #23991 Support attachments through notification / message API
|
- Feature #23991 Support attachments through notification / message API
|
||||||
- Feature #23995 added support for set Message read / unread
|
- Feature #23995 added support for set Message read / unread
|
||||||
|
- Feature #24022 added get posts By PostId with range filter parameters and get Comments By PostId
|
||||||
|
|
||||||
## [v2.7.0] - 2022-09-12
|
## [v2.7.0] - 2022-09-12
|
||||||
|
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -12,7 +12,7 @@
|
||||||
<groupId>org.gcube.portal</groupId>
|
<groupId>org.gcube.portal</groupId>
|
||||||
<artifactId>social-networking-library-ws</artifactId>
|
<artifactId>social-networking-library-ws</artifactId>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<version>2.8.0-SNAPSHOT</version>
|
<version>2.8.0</version>
|
||||||
<name>social-networking-library-ws</name>
|
<name>social-networking-library-ws</name>
|
||||||
<description>Rest interface for the social networking library.</description>
|
<description>Rest interface for the social networking library.</description>
|
||||||
<properties>
|
<properties>
|
||||||
|
|
Loading…
Reference in New Issue