diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f18ddf..e289298 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## unreleased +## v2.10.0 (2024-04-28) + * Document macOS >= 12 silently ignoring favourites and recent access date [#63](https://github.com/toy/blueutil/issues/63) [#84](https://github.com/toy/blueutil/issues/84) [#89](https://github.com/toy/blueutil/issues/89) [@toy](https://github.com/toy) * In addition to recent devices, paired devices will also be searched when connect, disconnect, get information about, and check connected state of device by name [#62](https://github.com/toy/blueutil/issues/62) [#88](https://github.com/toy/blueutil/pull/88) [@azuwis](https://github.com/azuwis) * Fix device inquiry not finishing in Monterey and later [#66](https://github.com/toy/blueutil/pull/66) [@RaphaelKn](https://github.com/RaphaelKn) diff --git a/LICENSE.txt b/LICENSE.txt index 3948a7d..81ab7c5 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ Originally written by Frederik Seiffert -Copyright (c) 2011-2023 Ivan Kuchin +Copyright (c) 2011-2024 Ivan Kuchin Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/README.md b/README.md index 0bec265..5d156c1 100644 --- a/README.md +++ b/README.md @@ -176,4 +176,4 @@ open "https://github.com/toy/blueutil/releases/new?tag=$(git describe --tags --a Originally written by Frederik Seiffert ego@frederikseiffert.de http://www.frederikseiffert.de/blueutil/ -Copyright (c) 2011-2023 Ivan Kuchin. See [LICENSE.txt](LICENSE.txt) for details. +Copyright (c) 2011-2024 Ivan Kuchin. See [LICENSE.txt](LICENSE.txt) for details. diff --git a/blueutil.m b/blueutil.m index 75763fe..a8b4d39 100644 --- a/blueutil.m +++ b/blueutil.m @@ -6,9 +6,9 @@ // // Originally written by Frederik Seiffert http://www.frederikseiffert.de/blueutil/ // -// Copyright (c) 2011-2023 Ivan Kuchin. See for details. +// Copyright (c) 2011-2024 Ivan Kuchin. See for details. -#define VERSION "2.9.1" +#define VERSION "2.10.0" #import