Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
Update CHANGELOG.md.
  • Loading branch information
rturrado committed Jan 9, 2024
1 parent a935377 commit 68d1516
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).


## [ 0.12.2 ] - [ 2024-01-09 ]

### Added

### Changed

- Fixed `upload-release-asset` steps in `.github/workflow/assets.yml` for `windows-x64` job.

### Removed


## [ 0.12.1 ] - [ 2024-01-08 ]

### Added
Expand All @@ -12,6 +23,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Fixed `upload-release-asset` steps in `.github/workflow/assets.yml`.
- Updated `RELEASE.md`.

### Removed


## [ 0.12.0 ] - [ 2023-12-18 ]
### Added
Expand Down
2 changes: 1 addition & 1 deletion include/ql/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
* OPENQL_VERSION_STRING is also decoded by version.py
*/

#define OPENQL_VERSION_STRING "0.12.1"
#define OPENQL_VERSION_STRING "0.12.2"

0 comments on commit 68d1516

Please sign in to comment.