Skip to content

Commit 5dfcc60

Browse files
committed
release v1.0.0
1 parent 694f2d3 commit 5dfcc60

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## 0.1.0
8+
## [v1.0.0] - 2026-03-17
9+
10+
### Added
11+
* Add GitHub Actions CI workflow
12+
13+
### Fixed
14+
* Fix unit tests
15+
16+
## v0.1.0 - 2026-03-16
917

1018
Initial release.
19+
20+
[v1.0.0]: https://github.com/markt-de/opn-api/compare/v0.1.0...v1.0.0

lib/opn_api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module OpnApi
4-
VERSION = '0.1.0'
4+
VERSION = '1.0.0'
55
end

0 commit comments

Comments
 (0)