Skip to content

Commit

Permalink
Merge pull request #44 from amcintosh/release-0.7
Browse files Browse the repository at this point in the history
🔖 Prep for release 0.7.0
  • Loading branch information
amcintosh authored Aug 10, 2023
2 parents e92a855 + e2534e1 commit cb3df32
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 0.7.0

- Handle new API version accounting errors
- Added Time Entry resource

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ Using Maven:
<dependency>
<groupId>net.amcintosh</groupId>
<artifactId>freshbooks-sdk</artifactId>
<version>0.6.0</version>
<version>0.7.0</version>
</dependency>
```

or Gradle:

```groovy
implementation 'net.amcintosh:freshbooks-sdk:0.6.0'
implementation 'net.amcintosh:freshbooks-sdk:0.7.0'
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
id 'jacoco'
}

version = '0.6.0'
version = '0.7.0'

repositories {
// Use mavenCentral for resolving dependencies.
Expand Down

0 comments on commit cb3df32

Please sign in to comment.