Skip to content

Commit

Permalink
version 3.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoquesada committed Nov 14, 2023
1 parent f124c94 commit 85100a4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.10.2] - 2023-11-13
### Changed
- BTstack: Upgraded to latest develop branch as of 2023-11-13

### Fixed
- Xbox: Axis works Ok (fixed in latest BTstack)

## [3.10.1] - 2023-11-05
### New
- Arduino: API to handle keyboard
Expand Down
2 changes: 1 addition & 1 deletion src/components/bluepad32/include/uni_version.h
Expand Up @@ -19,6 +19,6 @@ limitations under the License.
#ifndef UNI_VERSION_H
#define UNI_VERSION_H

#define UNI_VERSION "3.10.1"
#define UNI_VERSION "3.10.2"

#endif // UNI_VERSION_H

0 comments on commit 85100a4

Please sign in to comment.