Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Aug 1, 2023
1 parent 4aa324c commit 6a0f2cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

## [UNRELEASED]
## [1.2.0] - 2023-08-01
- Added "Flapjack" module.
- Added "Fuzz Machine" module.
- Added "Mouse Drive" module.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set(CMAKE_OSX_DEPLOYMENT_TARGET "10.12" CACHE STRING "Minimum OS X deployment ta
if(WIN32)
set(CMAKE_SYSTEM_VERSION 7.1 CACHE STRING INTERNAL FORCE) # Windows SDK for Windows 7 and up
endif()
project(BYOD VERSION 2.0.0)
project(BYOD VERSION 1.2.0)
set(CMAKE_CXX_STANDARD 20)

# Useful for testing with address sanitizer:
Expand Down

0 comments on commit 6a0f2cd

Please sign in to comment.