Skip to content

Commit

Permalink
Issue #1404: Prepare 2024.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nbartels committed Apr 14, 2024
1 parent 888a8e9 commit 0ed88e0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,24 @@
# RestFB Changelog

## 2024.3.0 (April 14, 2024)

* Threads API added:
* Issue #1398: new Threads permissions added
* Issue #1399: profile type added
* Issue #1400: media type added
* Issue #1401: rate limit type added
* Issue #1402: reply type added
* Issue #1403: insights checked
* build deps updated:
* Issue #1385: bump version.junit from 5.10.1 to 5.10.2
* Issue #1386: bump org.assertj:assertj-core from 3.25.2 to 3.25.3
* Issue #1387: bump org.mockito:mockito-junit-jupiter from 5.10.0 to 5.11.0
* Issue #1391: bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0
* Issue #1392: bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.2
* Issue #1394: bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1
* Issue #1395: bump org.projectlombok:lombok from 1.18.30 to 1.18.32
* Issue #1396: bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12

## 2024.2.0 (January 31, 2024)

* Issue #1382: Graph API 19.0 added
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@
<artifactId>restfb</artifactId>
<packaging>jar</packaging>
<name>RestFB</name>
<version>2024.2.0</version>
<version>2024.3.0</version>
<description>RestFB is a simple and flexible Facebook Graph API client written in Java.</description>
<url>http://restfb.com</url>
<inceptionYear>2010</inceptionYear>
Expand Down

0 comments on commit 0ed88e0

Please sign in to comment.