Skip to content

Commit 154b6f4

Browse files
committed
Version updated
1 parent 537df19 commit 154b6f4

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616

1717
<!--- ## 1.0.0 - 2021-XX-XX
1818
### Added
19-
- Users in teams
2019
### Changed
2120
### Fixed
2221
### Removed --->
2322

23+
## 0.7.1 - 2021-10-08
24+
### Added
25+
- Name field on address
26+
### Fixed
27+
- Issue with copying labels to teams
28+
### Removed
29+
- Don't set a team if not using teams
30+
2431
## 0.7.0 - 2021-09-24
2532
### Added
2633
- Labels admin

config/package.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
|
1414
*/
1515

16-
'version' => '0.6.9',
16+
'version' => '0.7.1',
1717

1818
];

0 commit comments

Comments
 (0)