1 parent 694f2d3 commit 5dfcc60Copy full SHA for 5dfcc60
2 files changed
CHANGELOG.md
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8
-## 0.1.0
+## [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
17
18
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
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module OpnApi
4
- VERSION = '0.1.0'
+ VERSION = '1.0.0'
end
0 commit comments