Skip to content

Commit

Permalink
docs(changelog): add CHANGELOG-1.0.11.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ClessLi committed Apr 1, 2024
1 parent a0a05cc commit 669a509
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG/CHANGELOG-1.0.11.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@

<a name="v1.0.11"></a>
## [v1.0.11] - 2024-04-01
### Other Changes
- fix to skip contaminated version numbers on `pkg.go.dev`.

### BREAKING CHANGE

disable contaminated product package versions `v1.0.9` and `v1.0.10` on `pkg.go.dev`.

Code migration requires changing the version of the 'bifrost' package from v1.0.9 or v1.0.10 to v1.0.11, as shown in the following example:

`go.mod`:

```
require (
github.com/ClessLi/bifrost v1.0.11
)
```

[v1.0.11]: https://github.com/ClessLi/bifrost/compare/v1.0.9...v1.0.11

0 comments on commit 669a509

Please sign in to comment.