We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 537df19 commit 154b6f4Copy full SHA for 154b6f4
CHANGELOG.md
@@ -16,11 +16,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
17
<!--- ## 1.0.0 - 2021-XX-XX
18
### Added
19
-- Users in teams
20
### Changed
21
### Fixed
22
### Removed --->
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
+
31
## 0.7.0 - 2021-09-24
32
33
- Labels admin
config/package.php
@@ -13,6 +13,6 @@
13
|
14
*/
15
- 'version' => '0.6.9',
+ 'version' => '0.7.1',
];
0 commit comments