Skip to content

Commit

Permalink
Update changelog for v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
s-hamann committed Aug 24, 2024
1 parent 4f6fc1e commit 79a7686
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,25 @@ Similarly, the project's dependencies are not part of the public API and may
change on minor version bumps. This, too, will be noted as a breaking change in
this file.

## [1.1.0] - 2024-08-24

### Breaking Changes
* Fix domain positional argument being eaten by previous arguments.
This changes they way multiple values are passed, e.g. multiple records for a
new record set. The respective option needs to be repeated now, e.g.
```sh
desec add-record -t A -s www -r 192.0.2.1 -r 192.0.2.2 example.com
```

### New Features
* Support setting and modifying the `allowed_subnets` token attribute

### Fixes
* Fix incorrect API attribute name in docs

## [1.0.0] - 2024-06-30

* First versioned release

[1.1.0]: https://github.com/s-hamann/desec-dns/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/s-hamann/desec-dns/releases/tag/v1.0.0

0 comments on commit 79a7686

Please sign in to comment.