Skip to content

Commit 37549dd

Browse files
committed
update free and premium default urls
1 parent 774605a commit 37549dd

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Diff for: CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
### Added
1010
- Upcoming changes...
1111

12+
## [1.12.0] - 2024-03-26
13+
### Changed
14+
- Updated free default URL to now point to `https://api.osskb.org`
15+
- Updated premium default URL to now point to `https://api.scanoss.com`
16+
1217
## [1.11.1] - 2024-03-18
1318
### Added
1419
- Integrate CURL and jq
@@ -304,4 +309,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
304309
[1.9.0]: https://github.com/scanoss/scanoss.py/compare/v1.8.0...v1.9.0
305310
[1.10.0]: https://github.com/scanoss/scanoss.py/compare/v1.9.0...v1.10.0
306311
[1.11.0]: https://github.com/scanoss/scanoss.py/compare/v1.10.0...v1.11.0
307-
[1.11.1]: https://github.com/scanoss/scanoss.py/compare/v1.11.0...v1.11.1
312+
[1.11.1]: https://github.com/scanoss/scanoss.py/compare/v1.11.0...v1.11.1
313+
[1.11.1]: https://github.com/scanoss/scanoss.py/compare/v1.11.1...v1.12.0

Diff for: src/scanoss/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
THE SOFTWARE.
2323
"""
2424

25-
__version__ = '1.11.1'
25+
__version__ = '1.12.0'

0 commit comments

Comments
 (0)