You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #660 from jack-w-shaw/JUJU-796_use_relate
[JUJU-796] Add relate method and deprecate add-relation
#### Description
This is to follow the pattern we are following going ahead with Juju.
change the name of add-relation to relate, but keep add-relation, which
calls relate for backwards compatibility
This method should then be removed at the next major version bump
See this PR for more details
juju/juju#13907
#### QA Steps
```sh
tox -e integration
tox -e unit
```
0 commit comments