Skip to content

Commit c46dd1d

Browse files
committed
Release 3.0.1
1 parent 8c70c7f commit c46dd1d

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## main
44

5+
## 3.0.1
6+
7+
- HOUSEKEEPING: Update release process
8+
59
## 3.0.0
610

711
- BREAKING: `DomainCollaborators` have been removed. Please use our Domain Access Control feature.

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ This project uses [Semantic Versioning](https://semver.org/). The following inst
6363
version = '<VERSION>'
6464
```
6565

66+
1. Set the version in `VERSION`.
67+
6668
1. Finalize the `## main` section in `CHANGELOG.md` assigning the version.
6769
1. Commit and push the changes
6870

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.0
1+
3.0.1

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
}
1818

1919
group = 'com.dnsimple'
20-
version = '3.0.0'
20+
version = '3.0.1'
2121
description = 'dnsimple-java'
2222

2323
java {

src/main/java/com/dnsimple/Dnsimple.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
* Placeholder for this client's version
55
*/
66
public interface Dnsimple {
7-
String VERSION = "3.0.0";
7+
String VERSION = "3.0.1";
88
}

0 commit comments

Comments
 (0)